Get a span from the marked start point to the current point.
(start?: this, leadingTriviaCodePoints?: number[])
| 1580 | advance(): void; |
| 1581 | /** Get a span from the marked start point to the current point. */ |
| 1582 | getSpan(start?: this, leadingTriviaCodePoints?: number[]): ParseSourceSpan; |
| 1583 | /** Get the parsed characters from the marked start point to the current point. */ |
| 1584 | getChars(start: this): string; |
| 1585 | /** The number of characters left before the end of the cursor. */ |
no outgoing calls
no test coverage detected