Home
last modified time | relevance | path

Searched refs:initialText (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/server/
DscriptVersionCache.ts49 private initialText = ""; property in ts.server.EditWalker
63 insertedText = this.initialText + insertedText + this.trailingText;
66 insertedText = this.initialText + this.trailingText;
227 this.initialText = ll.text.substring(0, relativeStart);
230 this.initialText = ll.text.substring(0, relativeStart);