mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-28 17:21:37 +00:00
1.1.15
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user