MCPcopy
hub / github.com/angular/angular / visit

Method visit

packages/compiler/src/render3/r3_ast.ts:24–24  ·  view source on GitHub ↗
(visitor: Visitor<Result>)

Source from the content-addressed store, hash-verified

22export interface Node {
23 sourceSpan: ParseSourceSpan;
24 visit<Result>(visitor: Visitor<Result>): Result;
25}
26
27/**

Callers 15

ast_spec.tsFile · 0.65
visitMethod · 0.65
visitMethod · 0.65
validateFunction · 0.65
_visitMethod · 0.65
visitMethod · 0.65
visitContainerMethod · 0.65
visitIcuMethod · 0.65
visitTagPlaceholderMethod · 0.65
visitBlockPlaceholderMethod · 0.65
extractMessagesFunction · 0.65
i18n_ast_spec.tsFile · 0.65

Implementers 15

Commentpackages/compiler/src/render3/r3_ast.t
Textpackages/compiler/src/render3/r3_ast.t
BoundTextpackages/compiler/src/render3/r3_ast.t
TextAttributepackages/compiler/src/render3/r3_ast.t
BoundAttributepackages/compiler/src/render3/r3_ast.t
BoundEventpackages/compiler/src/render3/r3_ast.t
Elementpackages/compiler/src/render3/r3_ast.t
DeferredBlockPlaceholderpackages/compiler/src/render3/r3_ast.t
DeferredBlockLoadingpackages/compiler/src/render3/r3_ast.t
DeferredBlockErrorpackages/compiler/src/render3/r3_ast.t
DeferredBlockpackages/compiler/src/render3/r3_ast.t
SwitchBlockpackages/compiler/src/render3/r3_ast.t

Calls

no outgoing calls

Tested by

no test coverage detected