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