-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Drop fast-glob
dependency from svelte-check
#2397
Comments
It actually should be a devDependencies because it's bundled by rollup. But It can also be removed as part of #2364 since fast-glob doesn't handle it. |
Found one problem. Although we didn't mention the
Not sure if we consider this as a breaking change. |
closes #2397 fixes #2364 --------- Co-authored-by: Simon Holthausen <[email protected]>
Description
Removing it would remove 18 dependencies: https://npmgraph.js.org/?q=fast-glob
It would still be pulled in via chokidar in the short-term, but chokidar 4 will remove it.
svelte-check
pulling infast-glob
is responsible for 16% of the dependencies in a new SvelteKit projectProposed solution
The usage looks pretty simple and I don't think we need a library to help
Alternatives
Use
tiny-glob
, which SvelteKit already uses. That won't add dependencies since the user is already downloadingtiny-glob
. Or maybe switch tofdir
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: