Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ init
Method
init
packages/compiler/src/ml_parser/lexer.ts:1676–1678 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1674
}
1675
1676
init(): void {
1677
this.updatePeek(this.state);
1678
}
1679
1680
getSpan(start?: this, leadingTriviaCodePoints?: number[]): ParseSourceSpan {
1681
start = start || this;
Callers
nothing calls this directly
Calls
1
updatePeek
Method · 0.95
Tested by
no test coverage detected