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