| 1 | import { spawnSync } from "node:child_process" |
| 2 | import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs" |
| 3 | import { dirname, join, relative, resolve } from "node:path" |
| 4 | import { fileURLToPath } from "node:url" |
nothing calls this directly
no test coverage detected