| 130 | } |
| 131 | |
| 132 | export interface BumpFileParseResult { |
| 133 | bumpFile: BumpFile | null; |
| 134 | errors: string[]; |
| 135 | } |
| 136 | |
| 137 | /** Parse bump file content (for testing) */ |
| 138 | export function parseBumpFile(content: string, id: string): BumpFileParseResult { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…