(file: string)
| 102 | const report = JSON.parse(lines[lines.length - 1]!) as ExploreDiagnosticReport; |
| 103 | fs.rmSync(path.dirname(sidecar), { recursive: true, force: true }); |
| 104 | const fileOf = (file: string) => report.files.find((f) => f.path === file); |
| 105 | return { |
| 106 | text, |
| 107 | bytes, |