| 5 | import { hashFile } from "./hash" |
| 6 | import chalk from "chalk" |
| 7 | export interface PatchState { |
| 8 | patchFilename: string |
| 9 | patchContentHash: string |
| 10 | didApply: boolean |
| 11 | } |
| 12 | |
| 13 | const version = 1 |
| 14 | export interface PatchApplicationState { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…