Add feature to show dependencies of a particular dependency#22
Add feature to show dependencies of a particular dependency#22alanyinjs wants to merge 2 commits into
Conversation
zkat
left a comment
There was a problem hiding this comment.
I really like this feature, but I don't feel great about the interface. I'd like to see some exploration of alternative interfaces for this that are clearer -- preferably not using --depth because we don't like that flag to begin with. Thanks for your time submitting this! And let me know if you have any questions. I think filling out "alternatives" with a bit of brainstorming would push this far.
|
Hey, touching base here. Are you still interested in this RFC? |
|
@zkat Yes I'm still interested! Just trying to come up with an alternative... |
|
In that case let's remove the depth and just pass in the package to start with. That way can still beneficial from showing dependency for a specific package. |
|
The root problem that you're trying to solve for is to filter the view of the dependencies in your project. This is something we very much want as a feature in |
No description provided.