(str: string)
| 799 | } |
| 800 | |
| 801 | private peekStartsWith(str: string): boolean { |
| 802 | return this.remaining.startsWith(str); |
| 803 | } |
| 804 | |
| 805 | // Consumes the prefix when it is present and returns whether it has been consumed |
| 806 | private consumeOptional(str: string): boolean { |
no outgoing calls
no test coverage detected