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

add basic cli #51

Closed apaleslimghost closed 6 years ago

apaleslimghost commented 9 years ago

reads filenames from positional args, runs detective on them with opts as argv, outputs to stdout (line-delimited)

goto-bus-stop commented 6 years ago

Cool. merged in https://github.com/browserify/detective/commit/2d64c776c969a35368b27e08a282bcc84a1c3a0b, thanks!

apaleslimghost commented 6 years ago

wow, this was a blast from the past. thanks @goto-bus-stop!