browserify / static-module

convert module usage to inline expressions
MIT License
74 stars 23 forks source link

Catch errors in statically evaluated expressions #39

Closed goto-bus-stop closed 6 years ago

goto-bus-stop commented 6 years ago

This will just not replace expressions that cannot be evaluated because of a runtime error.

This is needed for https://github.com/browserify/brfs/pull/83 which fixes https://github.com/browserify/brfs/issues/81.