ts::AppliedEdit struct

Holds information about an applied Edit.

Contents

after could for example be used to highlight changed locations in an editor.

Supports equality operators.

Public variables

Range before
The Range in the old source code string.
Range after
The Range in the new source code string.
std::string old_source
The string in the old source code that was replaced.
std::string replacement
The string that replaced the old_source.