globrex icon indicating copy to clipboard operation
globrex copied to clipboard

Glob to regular expression with support for extended globs.

Results 3 globrex issues
Sort by recently updated
recently updated
newest added

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...

bug

Make the test code a but smarter and less verbose

enhancement
help wanted
good first issue

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...