eugeneware / debowerify

A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.
491 stars 51 forks source link

support for ES6 syntax #58

Open endel opened 9 years ago

endel commented 9 years ago

When using debowerify in conjunction with 6to5ify it results in parse error:

Unexpected reserved word

Maybe using esprima-fb solves the problem, which supports ES6 syntax.