| 1 | import { copyFileSync, readFileSync, writeFileSync } from 'node:fs'; |
| 2 | import { resolve } from 'node:path'; |
| 3 | import { execSync } from 'node:child_process'; |
| 4 | import { fileURLToPath } from 'node:url'; |
nothing calls this directly
no test coverage detected