Comparing version 12.1.0 to 12.1.1
@@ -98,3 +98,3 @@ "use strict"; | ||
function isCommonAbstractOp(op) { | ||
return (op === 'Call' || op === 'Set' || op === 'Type' || op === 'UTC' || op === 'min' || op === 'max'); | ||
return op === 'Call' || op === 'Set' || op === 'Type' || op === 'UTC'; | ||
} | ||
@@ -101,0 +101,0 @@ function lookAheadBeyond(key, entry) { |
@@ -244,3 +244,4 @@ "use strict"; | ||
continue; | ||
if (effect === 'user-code' && ((_a = parent.textContent) === null || _a === void 0 ? void 0 : _a.includes('be a new Abstract Closure'))) { | ||
if (effect === 'user-code' && | ||
/be a new (\w+ )*Abstract Closure/.test((_a = parent.textContent) !== null && _a !== void 0 ? _a : '')) { | ||
return false; | ||
@@ -247,0 +248,0 @@ } |
{ | ||
"name": "ecmarkup", | ||
"version": "12.1.0", | ||
"version": "12.1.1", | ||
"description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.", | ||
@@ -5,0 +5,0 @@ "main": "lib/ecmarkup.js", |
11275
423465