-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
with a lighter tinyglobby
#165
Merged
Merged
Commits on Sep 8, 2024
-
Replace
fast-glob
withtinyglobby
`tinyglobby` uses `picomatch` under the hood which default to case-sensitive matching. Not sure what are the performance implications of performing such matching on Unix systems, but in case we want to preserve the distinction, an update in `tinyglobby` would be needed to expose the underlying `picomatch` options or add a new top-level one that'd control the `nocase` flag.
Configuration menu - View commit details
-
Copy full SHA for 6ee4084 - Browse repository at this point
Copy the full SHA 6ee4084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36726e9 - Browse repository at this point
Copy the full SHA 36726e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f79fe7b - Browse repository at this point
Copy the full SHA f79fe7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1f2f0 - Browse repository at this point
Copy the full SHA 3a1f2f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d67dcd - Browse repository at this point
Copy the full SHA 2d67dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe07bc - Browse repository at this point
Copy the full SHA 3fe07bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad12e2f - Browse repository at this point
Copy the full SHA ad12e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed161f2 - Browse repository at this point
Copy the full SHA ed161f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b99c7 - Browse repository at this point
Copy the full SHA d2b99c7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.