Searched refs:convertTextChangeToCodeEdit (Results 1 – 6 of 6) sorted by relevance
| /third_party/typescript/src/harness/ |
| D | client.ts | 715 … textChanges: edit.textChanges.map(t => this.convertTextChangeToCodeEdit(t, fileName)) 723 …textChanges: change.textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, fil… 727 convertTextChangeToCodeEdit(change: protocol.CodeEdit, fileName: string): TextChange {
|
| /third_party/typescript/src/server/ |
| D | session.ts | 1720 return edits.map(edit => this.convertTextChangeToCodeEdit(edit, scriptInfo)); 2271 …leName, textChanges: textChanges.textChanges.map(textChange => convertTextChangeToCodeEdit(textCha… 2275 …private convertTextChangeToCodeEdit(change: TextChange, scriptInfo: ScriptInfo): protocol.CodeEdit… 2372 … return textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, scriptInfo)); 2388 … return textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, scriptInfo)); 2404 … return textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, scriptInfo)); 2420 … return textChanges.map(textChange => this.convertTextChangeToCodeEdit(textChange, scriptInfo)); 3062 …function convertTextChangeToCodeEdit(change: TextChange, scriptInfo: ScriptInfoOrConfig): protocol… function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 10489 private convertTextChangeToCodeEdit;
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.d.ts | 10204 private convertTextChangeToCodeEdit;
|
| D | tsserverlibrary.js | 160951 … return edits.map(function (edit) { return _this.convertTextChangeToCodeEdit(edit, scriptInfo); }); 161420 …es: textChanges.textChanges.map(function (textChange) { return convertTextChangeToCodeEdit(textCha… 161423 Session.prototype.convertTextChangeToCodeEdit = function (change, scriptInfo) { method in Session 161509 …return textChanges.map(function (textChange) { return _this.convertTextChangeToCodeEdit(textChange… 161521 …return textChanges.map(function (textChange) { return _this.convertTextChangeToCodeEdit(textChange… 161533 …return textChanges.map(function (textChange) { return _this.convertTextChangeToCodeEdit(textChange… 161545 …return textChanges.map(function (textChange) { return _this.convertTextChangeToCodeEdit(textChange… 161754 function convertTextChangeToCodeEdit(change, scriptInfo) { function
|
| D | tsserver.js | 160757 … return edits.map(function (edit) { return _this.convertTextChangeToCodeEdit(edit, scriptInfo); }); 161226 …es: textChanges.textChanges.map(function (textChange) { return convertTextChangeToCodeEdit(textCha… 161229 Session.prototype.convertTextChangeToCodeEdit = function (change, scriptInfo) { method in Session 161315 …return textChanges.map(function (textChange) { return _this.convertTextChangeToCodeEdit(textChange… 161327 …return textChanges.map(function (textChange) { return _this.convertTextChangeToCodeEdit(textChange… 161339 …return textChanges.map(function (textChange) { return _this.convertTextChangeToCodeEdit(textChange… 161351 …return textChanges.map(function (textChange) { return _this.convertTextChangeToCodeEdit(textChange… 161560 function convertTextChangeToCodeEdit(change, scriptInfo) { function
|