module-deps icon indicating copy to clipboard operation
module-deps copied to clipboard

walk the dependency graph to generate a stream of json output

Results 32 module-deps issues
Sort by recently updated
recently updated
newest added

having pull request issues but if you add this at line 115 ``` javascript if( !~file.indexOf(path.sep) ) return cb(new Error( 'no path to module, and not in cache: "'+id+'" from...

Browserify currently has an edge-case with multiple entryfiles, where if only some of a `transform` operation's streams emit errors, the Browserify process never exits. From my debugging this change seems...