-
Notifications
You must be signed in to change notification settings - Fork 44
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
[Feature]: Click on a file, know everywhere it's imported #154
Comments
I guess you want this page's functions: https://rsdoctor.dev/guide/usage/bundle-size. duplicate packages section just to show the reason why package imported. |
that doesn't really encompass what I want either. really what I want is to:
for example: given the imports: a.js => b.,js => c.js => d.js I can go somewhere to view d.js and see all the file paths that end up importing it |
@hipstersmoothie Sorry, I just saw your reply.
The following picture is the display of the reference chain you want, but here is the vertical display of 🔽.
In fact, we also have it, but it's not as clear as you want.https://rsdoctor.dev/guide/usage/module-analysis I will take this as a feature. It takes more consideration to display and interact. You can continue to pay attention to this issue. |
What problem does this feature solve?
rsdoctor doesn't have a way that I can find to show all the source files included in the bundle. I'd like to be able to see that and click on files to see why they were imported.
This
What does the proposed API look like?
A treeview of all the src files included in the bundle. Clicking a file show contents/metadata and most importantly and visual of the files that imported it. That could look like a tree that only shows relevant files
The text was updated successfully, but these errors were encountered: