Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dshims.ts289 toggleLineComment(fileName: string, textChange: TextRange): string;
290 toggleMultilineComment(fileName: string, textChange: TextRange): string;
291 commentSelection(fileName: string, textChange: TextRange): string;
292 uncommentSelection(fileName: string, textChange: TextRange): string;
/third_party/typescript/src/server/
Dsession.ts2572 for (const textChange of projectTextChanges) { constant
2573 if (!seenFiles.has(textChange.fileName)) {
2574 textChanges.push(textChange);
2575 projectFiles.push(textChange.fileName);
2680 …ileName, textChanges: textChanges.textChanges.map(textChange => convertTextChangeToCodeEdit(textCh…
2781 … return textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, scriptInfo));
2797 … return textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, scriptInfo));
2813 … return textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, scriptInfo));
2829 … return textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, scriptInfo));
DscriptVersionCache.ts334 for (const textChange of snap.changesSincePreviousVersion) { constant
335 textChangeRanges.push(textChange.getTextChangeRange());
/third_party/typescript/src/harness/
Dclient.ts781 …textChanges: change.textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, fil…