Searched refs:getChangeRange (Results 1 – 13 of 13) sorted by relevance
63 …snapshot.getChangeRange = () => ts.createTextChangeRange(ts.createTextSpan(0, contents.length), co…
50 getChangeRange(oldSnapshot: ScriptSnapshotShim): string | undefined; method326 public getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined { method in ts.ScriptSnapshotShimAdapter328 … const encoded = this.scriptSnapshotShim.getChangeRange(oldSnapshotShim.scriptSnapshotShim);
138 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method160 public getChangeRange(): TextChangeRange | undefined { method in ts.StringScriptSnapshot
295 …scriptSnapshot.getChangeRange(entry.sourceFile.scriptSnapshot!), /*aggressiveChecks*/ undefined, c…
1046 const editRange = scriptSnapshot.getChangeRange(this.currentFileScriptSnapshot!);
88 public getChangeRange(oldScript: ts.IScriptSnapshot): ts.TextChangeRange {106 public getChangeRange(oldScript: ts.ScriptSnapshotShim): string | undefined {107 …const range = this.scriptSnapshot.getChangeRange((oldScript as ScriptSnapshotProxy).scriptSnapshot…
375 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined { method in LineIndexSnapshot
75 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange { method in ts.SourceText
6152 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method