()
| 27 | }, |
| 28 | // should be replaced during transformation |
| 29 | glob() { |
| 30 | throw new Error( |
| 31 | `[module runner] "import.meta.glob" is statically replaced during ` + |
| 32 | `file transformation. Make sure to reference it by the full name.`, |
| 33 | ) |
| 34 | }, |
| 35 | } |
| 36 | } |
| 37 |
no outgoing calls
no test coverage detected