Home
last modified time | relevance | path

Searched defs:textChanges (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/src/server/
Dsession.ts2367 const textChanges = languageService.toggleLineComment(file, textRange); constant
2383 const textChanges = languageService.toggleMultilineComment(file, textRange); constant
2399 const textChanges = languageService.commentSelection(file, textRange); constant
2415 const textChanges = languageService.uncommentSelection(file, textRange); constant
3094 for (const { fileName, textChanges } of edits) { constant
Dprotocol.ts2057 textChanges: CodeEdit[]; property
/third_party/typescript/src/services/
Dservices.ts2085 const textChanges: TextChange[] = []; constant
2151 const textChanges: TextChange[] = []; constant
2282 const textChanges: TextChange[] = []; constant
DtextChanges.ts914 const textChanges = mapDefined(normalized, c => { constant
Dutilities.ts2409 for (const { fileName, textChanges } of edits) { constant
Dtypes.ts708 textChanges: readonly TextChange[]; property
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts734 textChanges: [ constant
/third_party/typescript/src/harness/
DfourslashImpl.ts3545 for (const { fileName, textChanges } of edits) { constant
/third_party/typescript/lib/
Dprotocol.d.ts1513 textChanges: CodeEdit[]; property
Dtypescript.d.ts5772 textChanges: readonly TextChange[]; property
DtypescriptServices.d.ts5772 textChanges: readonly TextChange[]; property
Dtsserverlibrary.d.ts5772 textChanges: readonly TextChange[]; property
Dtsserverlibrary.js136562 function createFileTextChanges(fileName, textChanges) { argument
161407 Session.prototype.mapTextChangesToCodeEdits = function (textChanges) { argument
161411 Session.prototype.mapTextChangeToCodeEdit = function (textChanges) { argument
161763 function convertNewFileTextChangeToCodeEdit(textChanges) { argument
Dtsserver.js135993 function createFileTextChanges(fileName, textChanges) { argument
161213 Session.prototype.mapTextChangesToCodeEdits = function (textChanges) { argument
161217 Session.prototype.mapTextChangeToCodeEdit = function (textChanges) { argument
161569 function convertNewFileTextChangeToCodeEdit(textChanges) { argument
DtypescriptServices.js136562 function createFileTextChanges(fileName, textChanges) { argument
Dtypescript.js136562 function createFileTextChanges(fileName, textChanges) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6015 textChanges: readonly TextChange[]; property
Dtsserverlibrary.d.ts6015 textChanges: readonly TextChange[]; property