browserify / detective

Find all calls to require() no matter how deeply nested using a proper walk of the AST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

require('something')()

AndreasMadsen opened this issue · comments

this dose not work:

require('something')();

haha, sorry was using a wrong version. Good job :)