| 37 | * @since 4.0.0 |
| 38 | */ |
| 39 | export class PostProcessError extends Data.TaggedError("PostProcessError")<{ |
| 40 | readonly step: "lint" | "format" |
| 41 | readonly command: string |
| 42 | readonly filePath: string |
nothing calls this directly
no outgoing calls
no test coverage detected