Searched defs:TextChange (Results 1 – 2 of 2) sorted by relevance
83 struct TextChange { struct86 TextChange(TextSpan s, const std::string &t) : span(s), newText(t) {} in TextChange() argument
649 export class TextChange extends LspNode { class