(code)
| 3 | |
| 4 | export default () => ({ |
| 5 | transform(code) { |
| 6 | return `console.log('${relative(process.cwd(), fileURLToPath(import.meta.url)).replace( |
| 7 | '\\', |
| 8 | '/' |
| 9 | )}');\n${code}`; |
| 10 | } |
| 11 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…