conradz / browserify-graph

Get a graph of dependencies for a JS file, using browserify resolution algorithm
10 stars 2 forks source link

Add caching. Support limiting the depth of the graph. #2

Open dwilson6 opened 9 years ago

dwilson6 commented 9 years ago

I wanted to be able to not trace external dependencies and also to limit the depth of the graph returned to make it work with more complex projects (I got an error about too many open files).