@markuplint/html-parser
Advanced tools
Comparing version 1.0.0-alpha.22 to 1.0.0-alpha.23
@@ -6,1 +6,2 @@ export { default as isDocumentFragment } from './is-document-fragment'; | ||
export { default as parseRawTag } from './parse-raw-tag'; | ||
export { default as attrTokenizer } from './attr-tokenizer'; |
@@ -13,1 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "parseRawTag", { enumerable: true, get: function () { return parse_raw_tag_1.default; } }); | ||
var attr_tokenizer_1 = require("./attr-tokenizer"); | ||
Object.defineProperty(exports, "attrTokenizer", { enumerable: true, get: function () { return attr_tokenizer_1.default; } }); |
{ | ||
"name": "@markuplint/html-parser", | ||
"version": "1.0.0-alpha.22", | ||
"version": "1.0.0-alpha.23", | ||
"description": "HTML parser for markuplint", | ||
@@ -23,6 +23,6 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-ast": "^1.0.0-alpha.13", | ||
"@markuplint/ml-ast": "^1.0.0-alpha.14", | ||
"parse5": "^6.0.0" | ||
}, | ||
"gitHead": "995c7347daa07748c85713c7dc066a52fdf07480" | ||
"gitHead": "a170f6717c298484ce8747e6ec7d33c305f0cce7" | ||
} |
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
228508
922
1
40