globrex icon indicating copy to clipboard operation
globrex copied to clipboard

`strict` is disabled by default, but JSDoc comment says otherwise

Open tgrajewski opened this issue 1 year ago • 0 comments

Just a minor thing, the JSDoc comment says:

/*
 * @param {Boolean} [opts.strict=true] be laissez faire about mutiple slashes
 */

But the function signature has this argument set do false:

function globrex(glob, {extended = false, globstar = false, strict = false, filepath = false, flags = ''} = {})

tgrajewski avatar Jan 20 '23 14:01 tgrajewski