angular-html-parser
Advanced tools
Comparing version
@@ -687,3 +687,5 @@ /** | ||
this._attemptCharCodeUntilFn(isNotWhitespace); | ||
if (!this._attemptStrCaseInsensitive(tagName)) | ||
if (!this._attemptStrCaseInsensitive(prefix && openToken.type !== 34 /* TokenType.COMPONENT_OPEN_START */ ? | ||
`${prefix}:${tagName}` | ||
: tagName)) | ||
return false; | ||
@@ -690,0 +692,0 @@ this._attemptCharCodeUntilFn(isNotWhitespace); |
{ | ||
"name": "angular-html-parser", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "A HTML parser extracted from Angular with some modifications", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/prettier/angular-html-parser/blob/HEAD/packages/angular-html-parser", |
317037
0.04%8143
0.02%