()
| 277 | linkUrl: string | undefined |
| 278 | |
| 279 | reset(): void { |
| 280 | this.tokenizer.reset() |
| 281 | this.style = defaultStyle() |
| 282 | this.inLink = false |
| 283 | this.linkUrl = undefined |
| 284 | } |
| 285 | |
| 286 | /** Feed input and get resulting actions */ |
| 287 | feed(input: string): Action[] { |
nothing calls this directly
no test coverage detected