browserify / detective

Find all calls to require() no matter how deeply nested using a proper walk of the AST
Other
414 stars 60 forks source link

Use esprima-fb to support es6. #31

Closed andreypopp closed 10 years ago

andreypopp commented 10 years ago

esprima-fb is used over a yeat in production at Facebook in their es6-to-es5 code transforms so I think it could be considered robust.

andreypopp commented 10 years ago

Travis fails due to old npm installed on its worker.