This commit is contained in:
bcomnes
2023-01-18 16:07:13 +00:00
parent 7304be8189
commit e285292494
4 changed files with 11 additions and 4 deletions

3
dist/index.js vendored
View File

@@ -21388,11 +21388,12 @@ var require_cjs2 = __commonJS({
continue;
}
case ")": {
const plEntry = patternListStack.pop();
const plEntry = patternListStack[patternListStack.length - 1];
if (inClass || !plEntry) {
re += "\\)";
continue;
}
patternListStack.pop();
clearStateChar();
hasMagic = true;
pl = plEntry;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long