🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

angular-html-parser

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-html-parser - npm Package Compare versions

Comparing version
10.8.0
to
10.9.0
+4
dist/compiler/src/ml_parser/lexer.d.mts
//#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 };
+1
-1

@@ -1180,2 +1180,2 @@ import { mergeNsAndName } from "./tags.mjs";

//#endregion
export { tokenize };
export { SUPPORTED_BLOCKS, tokenize };
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 };

@@ -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 };
{
"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",