MCPcopy
hub / github.com/angular/angular / advance

Method advance

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

Advance the cursor by one parsed character.

()

Source from the content-addressed store, hash-verified

1560 peek(): number;
1561 /** Advance the cursor by one parsed character. */
1562 advance(): void;
1563 /** Get a span from the marked start point to the current point. */
1564 getSpan(start?: this, leadingTriviaCodePoints?: number[]): ParseSourceSpan;
1565 /** 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