picomatch icon indicating copy to clipboard operation
picomatch copied to clipboard

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

Open saschanaz opened this issue 2 years ago • 0 comments

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?

saschanaz avatar Jul 16 '23 16:07 saschanaz