alloc / cush

WIP module bundler 🎁
MIT License
0 stars 0 forks source link

Use cherow instead of acorn #26

Open aleclarson opened 6 years ago

aleclarson commented 6 years ago

Cherow is a new and very fast Javascript parser.

Use it in @cush/buble, @cush/nebu, and @cush/butternut.

And use it for parsing dependencies.

aleclarson commented 6 years ago

The uglify-js plugin can use the Cherow AST, too! Awesome. :)

https://github.com/mishoo/UglifyJS2#estree--spidermonkey-ast

aleclarson commented 6 years ago

The AST will be reused between these plugins, as well. :)