Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ visit
Method
visit
packages/compiler/src/i18n/i18n_ast.ts:157–159 ·
view source on GitHub ↗
(visitor: Visitor, context?: any)
Source
from the content-addressed store, hash-verified
155
) {}
156
157
visit(visitor: Visitor, context?: any): any {
158
return
visitor.visitIcuPlaceholder(this, context);
159
}
160
}
161
162
export
class
BlockPlaceholder implements Node {
Callers
1
visitExpansion
Method · 0.95
Calls
1
visitIcuPlaceholder
Method · 0.65
Tested by
no test coverage detected