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
See: https://github.com/jonschlinkert/micromatch#why-switch-to-micromatch