Update dependencies
This commit is contained in:
parent
48e8c8a1af
commit
95d054f9b4
7555 changed files with 144369 additions and 196135 deletions
2
node_modules/glob/common.js
generated
vendored
2
node_modules/glob/common.js
generated
vendored
|
@ -110,6 +110,8 @@ function setopts (self, pattern, options) {
|
|||
// Note that they are not supported in Glob itself anyway.
|
||||
options.nonegate = true
|
||||
options.nocomment = true
|
||||
// always treat \ in patterns as escapes, not path separators
|
||||
options.allowWindowsEscape = false
|
||||
|
||||
self.minimatch = new Minimatch(pattern, options)
|
||||
self.options = self.minimatch.options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue