Skip to content

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

Description

@tgrajewski

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 = ''} = {})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions