MCPcopy Create free account
hub / github.com/angular/angular / advance

Method advance

packages/compiler/src/ml_parser/lexer.ts:1595–1595  ·  view source on GitHub ↗

Advance the cursor by one parsed character.

()

Source from the content-addressed store, hash-verified

1593 peek(): number;
1594 /** Advance the cursor by one parsed character. */
1595 advance(): void;
1596 /** Get a span from the marked start point to the current point. */
1597 getSpan(start?: this, leadingTriviaCodePoints?: number[]): ParseSourceSpan;
1598 /** Get the parsed characters from the marked start point to the current point. */

Callers 15

idle_spec.tsFile · 0.65
happy_spec.tsFile · 0.65
data_spec.tsFile · 0.65
_consumeBlockStartMethod · 0.65
_attemptCharCodeMethod · 0.65
_attemptUntilCharMethod · 0.65
_readCharMethod · 0.65

Implementers 1

PlainCharacterCursorpackages/compiler/src/ml_parser/lexer.

Calls

no outgoing calls

Tested by

no test coverage detected