| 1 | import { readdirSync, statSync } from "node:fs"; |
| 2 | import { dirname, join, relative } from "node:path"; |
| 3 | import { fileURLToPath } from "node:url"; |
| 4 | import { spawnSync } from "node:child_process"; |
nothing calls this directly
no test coverage detected