ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias DiffPatchExperimental

    Renderable patch text and its format.

    type DiffPatch = {
        format: DiffPatchFormat;
        text: string;
    }
    Index

    Patch format. The only ACP-defined value is git_patch.

    text: string

    Patch text in the format named by format.