-
-
Notifications
You must be signed in to change notification settings - Fork 332
1289 knex plugin #1418
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
1289 knex plugin #1418
Conversation
commit: |
webpro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! We just need to provide more clarity about things that don't go into plugins: regular AST traversal to resolve imports is done by core already.
|
Thank you! You're on a streak 🔥 |
|
🚀 This pull request is included in v5.79.0. See Release 5.79.0 for release notes. Using Knip in a commercial project? Please consider becoming a sponsor. |
Closes #1289
Detects database drivers (pg, mysql2, sqlite3, etc.) from knexfile.js client configurations, preventing false positives when these packages are listed as dependencies but only dynamically imported by Knex.