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