()
| 830 | } |
| 831 | |
| 832 | getEnv(): Record<string, string> { |
| 833 | return mapToRecord(this.state.env); |
| 834 | } |
| 835 | |
| 836 | // biome-ignore lint/suspicious/noExplicitAny: accepts any plugin for untyped API |
| 837 | registerTransformPlugin(plugin: TransformPlugin<any>): void { |
no test coverage detected