minimatch
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.AST = void 0; | ||
const brace_expressions_1 = require("./brace-expressions"); | ||
const brace_expressions_js_1 = require("./brace-expressions.js"); | ||
const types = new Set(['!', '?', '+', '*', '@']); | ||
@@ -539,3 +539,3 @@ const isExtglobType = (c) => types.has(c); | ||
if (c === '[') { | ||
const [src, needUflag, consumed, magic] = (0, brace_expressions_1.parseClass)(glob, i); | ||
const [src, needUflag, consumed, magic] = (0, brace_expressions_js_1.parseClass)(glob, i); | ||
if (consumed) { | ||
@@ -542,0 +542,0 @@ re += src; |
// parse a single path portion | ||
import { parseClass } from './brace-expressions'; | ||
import { parseClass } from './brace-expressions.js'; | ||
const types = new Set(['!', '?', '+', '*', '@']); | ||
@@ -4,0 +4,0 @@ const isExtglobType = (c) => types.has(c); |
@@ -5,3 +5,3 @@ { | ||
"description": "a glob matcher in javascript", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
497768