@dbushell/hyperless
Advanced tools
Comparing version
@@ -14,1 +14,2 @@ export { inlineTags, opaqueTags, voidTags } from "./src/html-tags.ts"; | ||
export { escape, unescape } from "./src/utils.ts"; | ||
export { normalizeWords } from "./src/normalize.ts"; |
{ | ||
"name": "@dbushell/hyperless", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -11,3 +11,3 @@ import { Node } from "./html-node.ts"; | ||
node: Node, | ||
customTags = new Set<string>(), | ||
customTags: Set<string> = new Set(), | ||
): void => { | ||
@@ -14,0 +14,0 @@ for (const child of [...node.children]) { |
31763
6.09%16
6.67%1085
7.96%