lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
580 stars 75 forks source link

feat: switch to espree #307

Closed DylanPiercey closed 3 years ago

DylanPiercey commented 3 years ago

Switches from the (largely abandond) esprima parser to espree (maintained by the eslint team). This allows lasso to parse some modern JS without the need for babel.