MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/tools/ai-codegen/src/PostProcess.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 * @since 4.0.0
38 */
39export class PostProcessError extends Data.TaggedError("PostProcessError")<{
40 readonly step: "lint" | "format"
41 readonly command: string
42 readonly filePath: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected