browserify / static-module

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

Use acorn for ES6 support #6

Closed ForbesLindesay closed 9 years ago

ForbesLindesay commented 9 years ago

It would be great if this module could support ES6. This would probably mean porting it to use acorn instead of esprima.

ben-eb commented 9 years ago

:+1:

https://github.com/substack/node-browserify/issues/1008

domenic commented 9 years ago

+1

ghost commented 9 years ago

This was fixed in 1.1.2 https://github.com/substack/static-module/blob/master/index.js#L37