Class DocumentLineRangeMap

Represents a total monotonous mapping of line ranges in one document to another document.

Constructors

Properties

lineRangeMappings: readonly LineRangeMapping[]

The line range mappings that define this document mapping. The number of lines between two adjacent original ranges must equal the number of lines between their corresponding modified ranges.

Methods