micromatch/picomatch
Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
JavaScriptMIT
Issues
- 5
different results picomatch vs minimatch
#136 opened by ghiscoding - 1
Add Node implementation to comparison table
#135 opened by benmccann - 0
- 1
Integrity check failed
#131 opened by brydonm - 0
- 8
- 2
parse is swallowing literal characters preceding dot (.) when pattern contains a brace expression
#100 opened by mojavelinux - 2
- 1
update minimatch
#111 opened by jimmywarting - 7
Browser compatibility
#123 opened by emahuni - 0
Token output missing in `picomatch.parse` from logical or with empty element
#125 opened by connor4312 - 1
Wrong result for file with leading `.`
#127 opened by vvscode - 1
Remove "path" from dependency
#68 opened by FDiskas - 1
add `windows` option to docs
#61 opened by jonschlinkert - 9
`path` and `process` dependencies
#64 opened by silverwind - 2
Missing function or option to match all given globs (option to create conjunction match instead of disjunction)
#122 opened by nedredmond - 0
- 0
- 0
[bug] globstar doesn't match paths that have no leading directories when used under a brace
#115 opened by AgentEnder - 9
Glob **/!(*-dbg).@(js) is wrongly translated into RegExp and thus DOES match -dbg.js files
#93 opened by kristian - 7
It seems like ./ breaks matching.
#77 opened by sixcircuit - 1
- 0
Bán hàng
#103 opened by damphu1986 - 1
posfix specific build
#112 opened by jimmywarting - 0
`Prepend` type doesn't match documentation
#110 opened by satrimboli - 0
Any plans to haves es format of the bundle?
#108 opened by aelbore - 6
Behavior of parenthesis in match
#107 opened by Superskyyy - 2
cwd option does nothing?
#105 opened by TwitchBronBron - 1
- 3
** behaves like * inside or expression
#104 opened by conartist6 - 14
- 1
- 3
Can't match **.internal-test.js
#99 opened by jakobrosenberg - 0
Kleene star on braces not working as intended
#97 opened by mojavelinux - 4
Incorrectly matches trailing negation (e.g. to match `.ts` but not `.d.ts` with `**/!(*.d).ts`)
#83 opened by duniul - 0
- 1
There are no escape parentheses,Incorrectly matches `新建文件夹 (2)` against `新建文件夹 (2)`
#76 opened by AlanSean - 8
Incorrectly matches `[1-5]` against `[1-5]`
#71 opened by papb - 0
Bash mode may have bugs
#69 opened by daniel-ac-martin - 0
- 10
- 2
- 6
Regression since 2.1.1
#59 opened by novemberborn - 2
Possibly missed `logical not` operator
#56 opened by mbelsky - 5
Windows and Linux generate different regexes
#60 opened by arcanis - 1
- 0
Option `posixSlashes` isn't used
#57 opened by mbelsky - 3
Brace expansion matches single item
#49 opened by mojavelinux - 0
Support nonegate for scan API
#31 opened by Mark1626 - 2
'...' in library crashing node
#27 opened by wolfiex