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

`options.cwd` is not used and there's no picomatch.split #119

Open saschanaz opened 1 year ago

saschanaz commented 1 year ago

https://github.com/micromatch/picomatch#picomatch-options

Option Type Default value Description
cwd string process.cwd() Current working directory. Used by picomatch.split()
> require('picomatch').split
undefined

I don't see any cwd use in the tree, is it removed?