Interface Diff

Represents a textual diff.

interface Diff {
    changes: readonly DetailedLineRangeMapping[];
}

Properties

Properties

changes: readonly DetailedLineRangeMapping[]