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
https://github.com/micromatch
MIT License
972 stars 56 forks source link

docs: clarify what brace expansion syntax is and isn't supported #134

Open benmccann opened 4 months ago

benmccann commented 4 months ago

I was thrown off by the first sentence which says brace expansion isn't supported as I didn't read to the end where it said there is simple brace support and I didn't know exactly what simple brace support included