()
| 74 | }, |
| 75 | |
| 76 | flush(): Token[] { |
| 77 | const result = tokenize('', currentState, currentBuffer, true, x10Mouse) |
| 78 | currentState = result.state.state |
| 79 | currentBuffer = result.state.buffer |
| 80 | return result.tokens |
| 81 | }, |
| 82 | |
| 83 | reset(): void { |
| 84 | currentState = 'ground' |
nothing calls this directly
no test coverage detected