-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
💡 Replace fast-glob
by tinyglobby
#768
Comments
Interesting. At first glance, only one feature seem to be missing: a way to stop searching when one match is found: knip/packages/knip/src/util/glob.ts Lines 62 to 67 in a230582
|
Related: #678 (would be great if an alternative contains the fix) |
just tested and it looks like tinyglobby does not have the bug described in #678 |
Thanks @SuperchupuDev! Now I'd be even happier to start using tinyglobby. Even though the |
Thanks! The problem with |
Suggest an idea for this project
Most of
knip
deps come fromfast-glob
.https://npmgraph.js.org/?q=knip
https://bundlephobia.com/package/fast-glob vs https://bundlephobia.com/package/tinyglobby
repo: https://github.com/SuperchupuDev/tinyglobby
see: https://github.com/es-tooling/module-replacements/blob/main/docs/modules/glob.md
The text was updated successfully, but these errors were encountered: