| 1 | import { type Dirent, type FSWatcher, watch as nodeWatch } from 'node:fs'; |
| 2 | import { readdir, stat } from 'node:fs/promises'; |
| 3 | import { join, relative, sep } from 'node:path'; |
| 4 | import { CodesignError } from '@open-codesign/shared'; |
nothing calls this directly
no test coverage detected