Type Editor / @type-editor/changeset / ChangeSet
ChangeSet
Classes
| Class | Description |
|---|---|
A change set tracks the changes to a document from a given point in the past. It condenses a number of step maps down to a flat sequence of replacements, and simplifies replacements that partially undo themselves by comparing their content. The ChangeSet maintains two coordinate systems:
Example typescript |