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

Fix noargs #29

Closed thlorenz closed 10 years ago

thlorenz commented 10 years ago

This fixes detective for cases where a function call that is found has no args, i.e. x()

Currently detective blows up in this case since it passes undefined (the arg) to escodegen.

ghost commented 10 years ago

published in 2.4.1