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