globrex
globrex copied to clipboard
Glob to regular expression with support for extended globs.
Hello, I am using globrex in the context of your other package tiny-glob and I think the regex generated is not correct for nested folders. For instance I have this...
Make the test code a but smarter and less verbose
Just a minor thing, the JSDoc comment says: ```js /* * @param {Boolean} [opts.strict=true] be laissez faire about mutiple slashes */ ``` But the function signature has this argument set...
I'm using globrex as a dependency of https://github.com/wheresrhys/fetch-mock. To avoid users having to configure their builds to stub out `process`, I'm submitting this PR to gracefully handle the absence of...