Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ advance
Method
advance
packages/compiler/src/expression_parser/parser.ts:686–688 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
684
}
685
686
private advance() {
687
this.index++;
688
}
689
690
/**
691
* Executes a callback in the provided context.
Callers
15
consumeOptionalCharacter
Method · 0.95
consumeOptionalOperator
Method · 0.95
expectIdentifierOrKeyword
Method · 0.95
expectIdentifierOrKeywordOrString
Method · 0.95
parseEquality
Method · 0.95
parseRelational
Method · 0.95
parseAdditive
Method · 0.95
parseMultiplicative
Method · 0.95
parseExponentiation
Method · 0.95
parsePrefix
Method · 0.95
parsePrimary
Method · 0.95
parseLiteralMap
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected