Update Bot
This commit is contained in:
3
node_modules/@eslint/config-array/dist/cjs/std__path/windows.cjs
generated
vendored
3
node_modules/@eslint/config-array/dist/cjs/std__path/windows.cjs
generated
vendored
@@ -1,4 +1,3 @@
|
||||
// @ts-nocheck
|
||||
'use strict';
|
||||
|
||||
// Copyright 2018-2025 the Deno authors. MIT license.
|
||||
@@ -1565,7 +1564,7 @@ const constants = {
|
||||
"(": ")",
|
||||
"[": "]"
|
||||
};
|
||||
const regex = /\\(.)|(^!|\*|\?|[\].+)]\?|\[[^[\\\]]+\]|\{[^{\\}]+\}|\(\?[:!=][^\\)]+\)|\([^(|]+\|[^\\)]+\))/;
|
||||
const regex = /\\(.)|(^!|\*|\?|[\].+)]\?|\[[^\\\]]+\]|\{[^\\}]+\}|\(\?[:!=][^\\)]+\)|\([^|]+\|[^\\)]+\))/;
|
||||
if (str === "") {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user