-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace `fast-glob` with `tinyglobby` `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. * Update the README after changing the glob provider * Remove `packageManager` from `package.json` * Reorder the import * Bump `tinyglobby` * Fix test failures in CI and on Windows * Always match case-insensitively * Remove `packageManager` again (sorry)
- Loading branch information
Showing
4 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.