Theia API Documentation v1.65.0
    Preparing search index...
    interface DiffComputer {
        computeDiff(
            left: URI,
            right: URI,
            options?: DiffComputerOptions,
        ): Promise<undefined | Diff>;
    }

    Implemented by

    Index

    Methods

    Methods