-
-
Notifications
You must be signed in to change notification settings - Fork 492
Closed
Description
Why switch to micromatch?
- Native support for multiple glob patterns, no need for wrappers like multimatch
- 10-55x faster and more performant than minimatch and multimatch. This is achieved through a combination of caching and regex optimization strategies, a fundamentally different approach than minimatch.
- More extensive support for the Bash 4.3 specification
- More complete extglob support
- Extensive unit tests (approx. 1,300 tests). Minimatch fails many of the tests.
See: https://github.com/jonschlinkert/micromatch#why-switch-to-micromatch
stevenvachon, wangzishi, hbakhtiyor, danielbayley, alejandroiglesias and 8 more
Metadata
Metadata
Assignees
Labels
No labels