angular-html-parser
Advanced tools
| //#region ../compiler/src/ml_parser/lexer.d.ts | ||
| declare const SUPPORTED_BLOCKS: readonly ["@if", "@else", "@for", "@switch", "@case", "@default", "@empty", "@defer", "@placeholder", "@loading", "@error", "@content"]; | ||
| //#endregion | ||
| export { SUPPORTED_BLOCKS }; |
@@ -1180,2 +1180,2 @@ import { mergeNsAndName } from "./tags.mjs"; | ||
| //#endregion | ||
| export { tokenize }; | ||
| export { SUPPORTED_BLOCKS, tokenize }; |
+2
-1
| import { TagContentType } from "./compiler/src/ml_parser/tags.mjs"; | ||
| import { ParseLocation, ParseSourceFile, ParseSourceSpan } from "./compiler/src/parse_util.mjs"; | ||
| import { RecursiveVisitor, ast_d_exports, visitAll } from "./compiler/src/ml_parser/ast.mjs"; | ||
| import { SUPPORTED_BLOCKS } from "./compiler/src/ml_parser/lexer.mjs"; | ||
| import { ParseTreeResult } from "./compiler/src/ml_parser/parser.mjs"; | ||
@@ -59,2 +60,2 @@ import { getHtmlTagDefinition } from "./compiler/src/ml_parser/html_tags.mjs"; | ||
| //#endregion | ||
| export { type ast_d_exports as Ast, HtmlParseOptions, type HtmlParseOptions as ParseOptions, ParseLocation, ParseSourceFile, ParseSourceSpan, type ParseTreeResult, RecursiveVisitor, TagContentType, getHtmlTagDefinition, parseHtml as parse, parseHtml, parseXml, visitAll }; | ||
| export { type ast_d_exports as Ast, HtmlParseOptions, type HtmlParseOptions as ParseOptions, ParseLocation, ParseSourceFile, ParseSourceSpan, type ParseTreeResult, RecursiveVisitor, SUPPORTED_BLOCKS as SUPPORTED_ANGULAR_BLOCKS, TagContentType, getHtmlTagDefinition, parseHtml as parse, parseHtml, parseXml, visitAll }; |
+2
-1
@@ -5,2 +5,3 @@ import { TagContentType } from "./compiler/src/ml_parser/tags.mjs"; | ||
| import { RecursiveVisitor, visitAll } from "./compiler/src/ml_parser/ast.mjs"; | ||
| import { SUPPORTED_BLOCKS } from "./compiler/src/ml_parser/lexer.mjs"; | ||
| import { HtmlParser } from "./compiler/src/ml_parser/html_parser.mjs"; | ||
@@ -29,2 +30,2 @@ import { XmlParser } from "./compiler/src/ml_parser/xml_parser.mjs"; | ||
| //#endregion | ||
| export { ParseLocation, ParseSourceFile, ParseSourceSpan, RecursiveVisitor, TagContentType, getHtmlTagDefinition, parseHtml as parse, parseHtml, parseXml, visitAll }; | ||
| export { ParseLocation, ParseSourceFile, ParseSourceSpan, RecursiveVisitor, SUPPORTED_BLOCKS as SUPPORTED_ANGULAR_BLOCKS, TagContentType, getHtmlTagDefinition, parseHtml as parse, parseHtml, parseXml, visitAll }; |
+1
-1
| { | ||
| "name": "angular-html-parser", | ||
| "version": "10.8.0", | ||
| "version": "10.9.0", | ||
| "description": "A HTML parser extracted from Angular with some modifications", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/prettier/angular-html-parser", |
192094
0.27%32
3.23%5377
0.02%