auchenberg / dependo

Visualize your CommonJS or AMD module dependencies in a force directed graph report.
MIT License
484 stars 50 forks source link

[idea] tree view from top to bottom. #30

Open trusktr opened 8 years ago

trusktr commented 8 years ago

Would be interesting to have a tree view that shows dependencies from the chosen entry point as a tree from top to bottom, all arrows going downwards, and if a dependency imports th same module as already up higher in the tree then the graph just duplicates that dependency downward in the tree, and hovering on a dependency that is dupplicate (to see what imports it or what it imports) would highlight all instances of that node.

trusktr commented 8 years ago

Ah, related: #18