Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strict is disabled by default, but JSDoc comment says otherwise #9

Open
tgrajewski opened this issue Jan 20, 2023 · 0 comments
Open

Comments

@tgrajewski
Copy link

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 = ''} = {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant