MCPcopy
hub / github.com/angular/angular / Node

Interface Node

packages/compiler/src/i18n/i18n_ast.ts:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75export interface Node {
76 sourceSpan: ParseSourceSpan;
77 visit(visitor: Visitor, context?: any): any;
78}
79
80export class Text implements Node {
81 constructor(

Callers

nothing calls this directly

Implementers 15

Textpackages/compiler/src/i18n/i18n_ast.ts
Containerpackages/compiler/src/i18n/i18n_ast.ts
Icupackages/compiler/src/i18n/i18n_ast.ts
TagPlaceholderpackages/compiler/src/i18n/i18n_ast.ts
Placeholderpackages/compiler/src/i18n/i18n_ast.ts
IcuPlaceholderpackages/compiler/src/i18n/i18n_ast.ts
BlockPlaceholderpackages/compiler/src/i18n/i18n_ast.ts
Visitorpackages/compiler/test/expression_pars
ASTValidatorpackages/compiler/test/expression_pars
ExpressionSourceHumanizerpackages/compiler/test/render3/util/ex
CombinedRecursiveAstVisitorpackages/compiler/src/combined_visitor
EmptyExprpackages/compiler/src/expression_parse

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…