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

Method constructor

packages/compiler/src/ml_parser/parser.ts:96–101  ·  view source on GitHub ↗
(
    private tokens: Token[],
    private tagDefinitionResolver: (tagName: string) => TagDefinition,
  )

Source from the content-addressed store, hash-verified

94 errors: TreeError[] = [];
95
96 constructor(
97 private tokens: Token[],
98 private tagDefinitionResolver: (tagName: string) => TagDefinition,
99 ) {
100 this._advance();
101 }
102
103 build(): void {
104 while (this._peek.type !== TokenType.EOF) {

Callers

nothing calls this directly

Calls 1

_advanceMethod · 0.95

Tested by

no test coverage detected