Get a span from the marked start point to the current point.
(start?: this, leadingTriviaCodePoints?: number[])
| 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. */ |
| 1566 | getChars(start: this): string; |
| 1567 | /** The number of characters left before the end of the cursor. */ |
no outgoing calls
no test coverage detected