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

Fixes a type error when accessing node parent of a null object. #20

Closed nathanbowser closed 9 years ago

nathanbowser commented 11 years ago

Fixes #19

zertosh commented 9 years ago

A few years late, but it seems that this was fixed in https://github.com/substack/node-detective/pull/21. Thanks though!