Update Bot
This commit is contained in:
3
node_modules/@eslint/config-array/dist/esm/std__path/posix.js
generated
vendored
3
node_modules/@eslint/config-array/dist/esm/std__path/posix.js
generated
vendored
@@ -1,4 +1,3 @@
|
||||
// @ts-nocheck
|
||||
// Copyright 2018-2025 the Deno authors. MIT license.
|
||||
// Copyright the Browserify authors. MIT License.
|
||||
function assertPath(path) {
|
||||
@@ -1222,7 +1221,7 @@ const constants = {
|
||||
"(": ")",
|
||||
"[": "]"
|
||||
};
|
||||
const regex = /\\(.)|(^!|\*|\?|[\].+)]\?|\[[^[\\\]]+\]|\{[^{\\}]+\}|\(\?[:!=][^\\)]+\)|\([^(|]+\|[^\\)]+\))/;
|
||||
const regex = /\\(.)|(^!|\*|\?|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/;
|
||||
if (str === "") {
|
||||
return false;
|
||||
}
|
||||
|
||||
3
node_modules/@eslint/config-array/dist/esm/std__path/windows.js
generated
vendored
3
node_modules/@eslint/config-array/dist/esm/std__path/windows.js
generated
vendored
@@ -1,4 +1,3 @@
|
||||
// @ts-nocheck
|
||||
// Copyright 2018-2025 the Deno authors. MIT license.
|
||||
// Copyright the Browserify authors. MIT License.
|
||||
function assertPath(path) {
|
||||
@@ -1563,7 +1562,7 @@ const constants = {
|
||||
"(": ")",
|
||||
"[": "]"
|
||||
};
|
||||
const regex = /\\(.)|(^!|\*|\?|[\].+)]\?|\[[^[\\\]]+\]|\{[^{\\}]+\}|\(\?[:!=][^\\)]+\)|\([^(|]+\|[^\\)]+\))/;
|
||||
const regex = /\\(.)|(^!|\*|\?|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/;
|
||||
if (str === "") {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user