hast-util-excerpt
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -81,9 +81,4 @@ /** | ||
while (++index < node.children.length) { | ||
while (++index < node.children.length && !found) { | ||
const result = preorder(node.children[index]) | ||
if (found) { | ||
break | ||
} | ||
// @ts-expect-error: assume content model matches. | ||
@@ -90,0 +85,0 @@ if (result) children.push(result) |
{ | ||
"name": "hast-util-excerpt", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "hast utility to excerpt the tree to a comment", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11521
123