Ace API Reference
    Preparing search index...

    Interface IDiffProvider

    interface IDiffProvider {
        compute: (
            originalLines: string[],
            modifiedLines: string[],
            opts?: any,
        ) => DiffChunk[];
    }
    Index

    Properties

    Properties

    compute: (
        originalLines: string[],
        modifiedLines: string[],
        opts?: any,
    ) => DiffChunk[]

    Computes differences between original and modified lines