| 1 | import type { BuildResultV2Typical } from '@vercel/build-utils'; |
| 2 | import { EventEmitter } from 'node:events'; |
| 3 | import { readFileSync, statSync, writeFileSync } from 'node:fs'; |
| 4 | import { dirname } from 'node:path'; |
nothing calls this directly
no test coverage detected