ChangeDesc
A change description is a variant of ChangeSet that doesn't store the inserted text. As such, it can't be applied, but is cheaper to store and manipulate.
Inheritors
Functions
Link copied to clipboard
Compute the combined effect of applying another set of changes after this one. The length of the document after this set should match the length before other.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Map a given position through these changes, to produce a position pointing into the new document.
Map a given position through these changes. Returns null if the position was deleted according to the given mode.
Link copied to clipboard
Check whether these changes touch a given range. When one of the changes entirely covers the range, the string "cover" is returned.