-
-
Notifications
You must be signed in to change notification settings - Fork 228
add sveltekit entry patterns #393
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
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @webpro on Vercel. @webpro first needs to authorize it. |
Thanks @thenbe! Happy to merge this. Two remarks:
|
Importing from the vite plugin does feel better. I added fixture files with minimal content. Let me know if you prefer them to be empty instead. |
Oh if you'd want to empty them that would be great! 🙏 I wanted to clear more out in other fixtures, it's mostly noise for Knip. |
Thanks @thenbe! Much appreciated ❤️ |
🚀 This pull request is included in v3.8.2. See Release 3.8.2 for release notes. |
Btw it's also here: https://knip.dev/reference/plugins/svelte |
🚀 This pull request is included in v4.0.0. See Release 4.0.0 for release notes. |
This PR's adds more sveltekit entry patterns:
Before this PR, knip reports the files as "unused files" (if they exist).
Additionally, I've expanded the pattern for vite.config.* (to help with this workaround: #346 (comment))