Options
All
  • Public
  • Public/Protected
  • All
Menu

Maps a line range in the original text model to a line range in the modified text model.

Hierarchy

  • LineRangeMapping

Index

Constructors

Properties

innerChanges: RangeMapping[]

If inner changes have not been computed, this is set to undefined. Otherwise, it represents the character-level diff in this line range. The original range of each range mapping should be contained in the original line range (same for modified). Must not be an empty array.

modifiedRange: LineRange

The line range in the modified text model.

originalRange: LineRange

The line range in the original text model.

Methods

  • toString(): string