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 custom dependency resolvers #7

Closed
webpro opened this issue Oct 10, 2022 · 1 comment
Closed

Add custom dependency resolvers #7

webpro opened this issue Oct 10, 2022 · 1 comment

Comments

@webpro
Copy link
Collaborator

webpro commented Oct 10, 2022

Add something so (dev) dependencies that are not imported using import or require are also marked as used.

For example, ESLint plugins or Babel presets are listed in configuration files using string literals. Would be nice to detect those and mark them as a used/referenced dependency (and thus also list unused ones).

But it should be trivial to add such custom resolvers. And probably ignore patterns to fill the holes.

@webpro
Copy link
Collaborator Author

webpro commented Jan 10, 2023

v1 is out, so this is in (as plugins)

@webpro webpro closed this as completed Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant