Dry run result for JSON output
| 182 | |
| 183 | /** Dry run result for JSON output */ |
| 184 | interface DryRunResult { |
| 185 | dryRun: true |
| 186 | path: string |
| 187 | totalBlocks: number |
| 188 | blocks: DryRunBlockInfo[] |
| 189 | } |
| 190 | |
| 191 | interface ProjectSetup { |
| 192 | absolutePath: string |
nothing calls this directly
no outgoing calls
no test coverage detected