| 39 | import { applyImagePolicy } from "./image-policy"; |
| 40 | |
| 41 | class ProgressReporter { |
| 42 | private readonly quiet: boolean; |
| 43 | private readonly verbose: boolean; |
| 44 | private readonly stageStart = new Map<string, number>(); |
nothing calls this directly
no outgoing calls
no test coverage detected