Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
Dclient.ts715 … 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/
Dsession.ts1720 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/
Dtsserverlibrary.d.ts10489 private convertTextChangeToCodeEdit;
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10204 private convertTextChangeToCodeEdit;
Dtsserverlibrary.js160951 … 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
Dtsserver.js160757 … 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