MCPcopy Index your code
hub / github.com/angular/angular / constructor

Method constructor

packages/compiler/src/expression_parser/lexer.ts:240–243  ·  view source on GitHub ↗
(private readonly input: string)

Source from the content-addressed store, hash-verified

238 private braceStack: ('interpolation' | 'expression')[] = [];
239
240 constructor(private readonly input: string) {
241 this.length = input.length;
242 this.advance();
243 }
244
245 scan(): Token[] {
246 let token = this.scanToken();

Callers

nothing calls this directly

Calls 1

advanceMethod · 0.95

Tested by

no test coverage detected