The parsed character at the current cursor position.
()
| 1591 | init(): void; |
| 1592 | /** The parsed character at the current cursor position. */ |
| 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. */ |
no outgoing calls
no test coverage detected