@markuplint/html-parser
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -332,2 +332,5 @@ "use strict"; | ||
if (a.startOffset === b.startOffset) { | ||
if (a.isGhost && b.isGhost) { | ||
return 0; | ||
} | ||
if (a.isGhost) { | ||
@@ -334,0 +337,0 @@ return -1; |
{ | ||
"name": "@markuplint/html-parser", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "HTML parser for markuplint", | ||
@@ -27,3 +27,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "e4c9a5b40258140dc9b0c691946e57af7f4f459d" | ||
"gitHead": "f135cc813fa764b90886d37b633566d24b704af4" | ||
} |
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
115107
26
911