(_id: string, _parent?: string)
| 23 | url: href, |
| 24 | env: envProxy, |
| 25 | resolve(_id: string, _parent?: string) { |
| 26 | throw new Error('[module runner] "import.meta.resolve" is not supported.') |
| 27 | }, |
| 28 | // should be replaced during transformation |
| 29 | glob() { |
| 30 | throw new Error( |
nothing calls this directly
no test coverage detected