Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ next
Method
next
packages/compiler/src/expression_parser/parser.ts:605–607 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
603
}
604
605
private get next(): Token {
606
return
this.peek(0);
607
}
608
609
/** Whether all the parser input has been processed. */
610
private get atEOF(): boolean {
Callers
15
provider_spec.ts
File · 0.45
newRequestWithMetadata
Function · 0.45
postMessage
Method · 0.45
constructor
Method · 0.45
updateController
Method · 0.45
messageListener
Method · 0.45
requestSubscription
Method · 0.45
doUnsubscribe
Method · 0.45
postMessage
Method · 0.45
setHash
Method · 0.45
getQuickInfoForElementSymbol
Method · 0.45
getQuickInfoForDomBinding
Method · 0.45
Calls
1
peek
Method · 0.95
Tested by
2
routeDataIntegrationSuite
Function · 0.36
guardsIntegrationSuite
Function · 0.36