| 4 | import { RunCommandService } from "./os-command.js" |
| 5 | |
| 6 | export interface SyncEffectConfig { |
| 7 | readonly manifestPaths: ReadonlyArray<string> |
| 8 | readonly subtreePrefix: string |
| 9 | readonly url: string |
| 10 | } |
| 11 | |
| 12 | const depSections = ["dependencies", "devDependencies", "peerDependencies", "optionalDependencies"] as const |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…