@getlang/lib
Advanced tools
Comparing version 0.0.4 to 0.0.5
import type { ElementType } from 'domelementtype'; | ||
import type * as dh from 'domhandler'; | ||
import './patch-dom.js'; | ||
import './getlang__xpath.js'; | ||
declare class Attribute extends dh.Node { | ||
@@ -5,0 +6,0 @@ type: ElementType.Text; |
@@ -9,2 +9,3 @@ import { parse as parse5 } from 'parse5'; | ||
import './patch-dom.js'; | ||
import './getlang__xpath.js'; | ||
export const parse = (html) => { | ||
@@ -11,0 +12,0 @@ return parse5(html, { treeAdapter: adapter }); |
{ | ||
"name": "@getlang/lib", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -15,2 +15,3 @@ import type { ElementType } from 'domelementtype' | ||
import './patch-dom.js' | ||
import './getlang__xpath.js' | ||
@@ -17,0 +18,0 @@ declare class Attribute extends dh.Node { |
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
34300
637