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
971 stars 56 forks source link

fix bad `text` values in `parse` #126

Closed connor4312 closed 9 months ago

connor4312 commented 11 months ago

Previously sibling text tokens would exclude the output from the first token, resulting in the referenced issues. I think this should be a fairly safe change.

Fixes #125 Fixes #100

jonschlinkert commented 9 months ago

Sorry for the late reply, and thanks for the PR. Reviewing now!