(result: BrowserTimeoutParseResult)
| 11 | } from "./renderArgs.js"; |
| 12 | |
| 13 | function expectBrowserTimeoutErr(result: BrowserTimeoutParseResult): { kind: string; raw: string } { |
| 14 | if (result.ok) throw new Error(`expected error, got value=${result.value}`); |
| 15 | return result.error; |
| 16 | } |
| 17 | |
| 18 | function expectCompositionErr(result: CompositionEntryParseResult): { |
| 19 | kind: string; |