@web/parse5-utils
Advanced tools
Comparing version 1.3.1 to 2.0.0
@@ -1,9 +0,9 @@ | ||
export type TreeAdapter = parse5.TreeAdapter; | ||
export type Element = parse5.Element; | ||
export type Attribute = parse5.Attribute; | ||
export type Node = parse5.Element | parse5.CommentNode | parse5.Document | parse5.DocumentFragment | parse5.DocumentType | parse5.TextNode; | ||
export type ParentNode = parse5.Element | parse5.Document | parse5.DocumentFragment; | ||
export type ChildNode = parse5.Element | parse5.CommentNode | parse5.TextNode; | ||
export type CommentNode = parse5.CommentNode; | ||
export type TextNode = parse5.TextNode; | ||
export type TreeAdapter = import('parse5').TreeAdapter; | ||
export type Element = import('parse5').Element; | ||
export type Attribute = import('parse5').Attribute; | ||
export type Node = import('parse5').Node; | ||
export type ParentNode = import('parse5').ParentNode; | ||
export type ChildNode = import('parse5').ChildNode; | ||
export type CommentNode = import('parse5').CommentNode; | ||
export type TextNode = import('parse5').TextNode; | ||
/** | ||
@@ -122,4 +122,3 @@ * Creates an element node. | ||
export function appendToDocument(document: string, appendedHtml: string): string; | ||
import parse5 = require("parse5"); | ||
export { createDocument, createDocumentFragment, createCommentNode, appendChild, insertBefore, setTemplateContent, getTemplateContent, setDocumentType, setDocumentMode, getDocumentMode, detachNode, insertText, insertTextBefore, adoptAttributes, getFirstChild, getChildNodes, getParentNode, getAttrList, getTagName, getNamespaceURI, getTextNodeContent, getCommentNodeContent, getDocumentTypeNodeName, getDocumentTypeNodePublicId, getDocumentTypeNodeSystemId, isTextNode, isCommentNode, isDocumentTypeNode, isElementNode, setNodeSourceCodeLocation, getNodeSourceCodeLocation }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@web/parse5-utils", | ||
"version": "1.3.1", | ||
"version": "2.0.0", | ||
"publishConfig": { | ||
@@ -24,3 +24,3 @@ "access": "public" | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
23921
567