Get the parsed characters from the marked start point to the current point.
(start: this)
| 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. */ |
| 1568 | charsLeft(): number; |
| 1569 | /** The number of characters between `this` cursor and `other` cursor. */ |
no outgoing calls
no test coverage detected