-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Description
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 in fast-glob is responsible for 16% of the dependencies in a new SvelteKit project
Proposed 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 downloading tiny-glob. Or maybe switch to fdir
Additional Information, eg. Screenshots
No response
Metadata
Metadata
Assignees
Labels
No labels