Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Depended On By" section to Module inspector pane #106

Open
broofa opened this issue Nov 2, 2021 · 0 comments
Open

Add "Depended On By" section to Module inspector pane #106

broofa opened this issue Nov 2, 2021 · 0 comments
Labels

Comments

@broofa
Copy link
Collaborator

broofa commented Nov 2, 2021

In the "Modules" pane, we should add a "Depended On By" section that lists the modules that directly depend on the currently selected module.

Use Case

It's not uncommon for me to be looking at a dependency graph and notice something unusual about a module that causes me to wonder why it's part of the dependency tree. For example:

CleanShot 2021-11-02 at 10 35 08@2x

At this point, it'd be really nice to see how/why this deprecated module is still part of the react-hot-loader dependency tree. But there's no simple way of doing that. Oh, sure, we highlight the arrows from dependees that lead to core-js when you have it selected, but this graph is sufficiently complex that it's difficult to discern which modules those are, exactly.

@broofa broofa changed the title List ancestor dependencies of selected module Add "Depended On By" section to Module inspector pane Nov 2, 2021
@broofa broofa added the feature label Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant