micromatch
micromatch copied to clipboard
Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, ract-native, taro, bulma, browser-sync, s...
Hello, and thanks for contributing to micromatch! ## tldr There are three main goals in this document, depending on the nature of your pr: - [description](#description): please tell us about...
_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_ ## Please describe...
_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_ It seems that...
_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_ ## Please describe...
_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_ ## Please describe...
I need to generate a valid glob that uniquely matches a filename. For a file called `ba[ra].foo` the glob needs to escape the brackets like this: `bar\[ra\].foo`, in order to...
_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_ ## Please describe...
The documented posixSlashes (or outdated unixify) options do nothing. The only way the docs provide a way *not* to convert the backslashes into forward slashes is by providing a custom...
_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_ ## Please describe...
## Please describe the **minimum necessary steps** to reproduce this issue: Ref: https://github.com/yarnpkg/berry/pull/3460 In Yarn, we have a feature that lets our users silence some error messages if they match...