browserify / detective

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

['a', 'b', 'c'].forEach(require)... #1

Closed fat closed 13 years ago

fat commented 13 years ago

The above sorta thing doesn't work. not sure if you care about that, but just thought i'd point it out.

ghost commented 13 years ago

I'm well aware of this. I'm only focusing on the require('string') case.