Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ _visit
Method
_visit
packages/compiler/test/expression_parser/utils/unparser.ts:268–270 ·
view source on GitHub ↗
(ast: AST)
Source
from the content-addressed store, hash-verified
266
}
267
268
private _visit(ast: AST) {
269
ast.visit(this);
270
}
271
}
272
273
const
sharedUnparser =
new
Unparser();
Callers
15
unparse
Method · 0.95
visitPropertyRead
Method · 0.95
visitUnary
Method · 0.95
visitBinary
Method · 0.95
visitChain
Method · 0.95
visitConditional
Method · 0.95
visitPipe
Method · 0.95
visitCall
Method · 0.95
visitSafeCall
Method · 0.95
visitInterpolation
Method · 0.95
visitKeyedRead
Method · 0.95
visitLiteralArray
Method · 0.95
Calls
1
visit
Method · 0.65
Tested by
no test coverage detected