-
Notifications
You must be signed in to change notification settings - Fork 12
add a command to find unused package dependencies #9
Comments
@devoncarew I'm wondering if this was closed because you decided not to do it, because it is supported now, or because there is something that already does this. I was thinking about writing something but decided to look for an existing tool and found this! |
I just didn't get to it. I'm not sure if there is another tool that does it; perhaps the |
Looks like it is an outstanding request for linter dart-lang/sdk#57174. Do you think it is an equally good fit in either project? |
I have this partially completed in this branch https://github.com/travissanderson-wf/tuneup.dart/tree/depcheck. For regular dependencies, the only thing I know of that is missing is filtering out transformers that are using For dev dependencies, in our org we have a weird case due to dart_dev where we list dependencies that are actually only transitive dependencies (like coverage, dart_style, etc) that dart_dev requires so that we can control which version of those it uses when running things like Just wanted to post this somewhere because it has already been helpful to me even in its current state, but it isn't really complete enough to incorporate IMO. |
There was also some work done on |
Nice! |
No description provided.
The text was updated successfully, but these errors were encountered: