Skip to content

Commit bcc3e52

Browse files
committed
Expose ParseTreeResult
1 parent 2112a7c commit bcc3e52

File tree

1 file changed

+1
-0
lines changed
  • packages/angular-html-parser/src

1 file changed

+1
-0
lines changed

packages/angular-html-parser/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ export {
9999
export { getHtmlTagDefinition } from "../../compiler/src/ml_parser/html_tags.js";
100100

101101
// Types
102+
export type { ParseTreeResult } from "../../compiler/src/ml_parser/parser.js";
102103
export type * as Ast from "../../compiler/src/ml_parser/ast.js";

0 commit comments

Comments
 (0)