Comparing version 16.1.0 to 16.1.1
@@ -152,4 +152,8 @@ "use strict"; | ||
} | ||
case 'double-brackets': { | ||
output.appendText(`[[${node.contents}]]`); | ||
break; | ||
} | ||
default: { | ||
// @ts-ignore | ||
// @ts-expect-error | ||
throw new Error(`Unknown node type ${node.name}`); | ||
@@ -156,0 +160,0 @@ } |
@@ -32,3 +32,3 @@ "use strict"; | ||
default: | ||
// @ts-ignore | ||
// @ts-expect-error | ||
throw new Error('unknown production body type ' + body.constructor.name); | ||
@@ -35,0 +35,0 @@ } |
{ | ||
"name": "ecmarkup", | ||
"version": "16.1.0", | ||
"version": "16.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", |
514061
12588