Closed joakimbeng closed 10 years ago
Very noisy diff, please tune down your editor!
Merged in 2.4.0. There are some more places that browserify walks the AST, so it will require changes to some other modules too before es6 completely works in browserify.
Sorry about the noisy diff, will think about that next time..
Yeah, I've noticed that. I think syntax-error
needs to be changed as well.
Because the current version of node-detective uses the esprima module, and not the esprima-six module it crashes when it encounters ES6 specific syntax, e.g. stars in generator functions and the yield keyword.
It would be great if this could be added! :)