Following a discussion on Twitter regarding nodejs/node#52779 / nodejs/node#52881 and whether it (or fs.glob, nodejs/node#51912 / nodejs/node#40731) competes with, complements or helps existing projects such as minimatch I wanted to open an issue to get some kind of a public reference for it.
I can see no collaboration with @isaacs / minimatch on the path.matchesGlob() API, but I do see comments in the fs.glob issue (nodejs/node#40731 (comment)) and I do see that fs.glob (and as such path.matchesGlob()) wraps a bundled minimatch.
For existing users of minimatch: Would the recommendation be to stick with minimatch or to migrate to path.matchesGlob()?
Following a discussion on Twitter regarding nodejs/node#52779 / nodejs/node#52881 and whether it (or
fs.glob, nodejs/node#51912 / nodejs/node#40731) competes with, complements or helps existing projects such asminimatchI wanted to open an issue to get some kind of a public reference for it.I can see no collaboration with @isaacs /
minimatchon thepath.matchesGlob()API, but I do see comments in thefs.globissue (nodejs/node#40731 (comment)) and I do see thatfs.glob(and as suchpath.matchesGlob()) wraps a bundledminimatch.For existing users of
minimatch: Would the recommendation be to stick withminimatchor to migrate topath.matchesGlob()?