Rezi
    Preparing search index...

    Function computeIntraLineHighlights

    • Compute intra-line highlights for a pair of deleted/added lines. Finds the specific characters that changed.

      Parameters

      • deletedLine: string

        Deleted line content

      • addedLine: string

        Added line content

      Returns {
          added: readonly (readonly [number, number])[];
          deleted: readonly (readonly [number, number])[];
      }

      Highlight ranges for both lines