Advance the cursor by one parsed character.
()
| 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. */ |
no outgoing calls
no test coverage detected