| /third_party/typescript/src/server/ |
| D | session.ts | 2367 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
|
| D | protocol.ts | 2057 textChanges: CodeEdit[]; property
|
| /third_party/typescript/src/services/ |
| D | services.ts | 2085 const textChanges: TextChange[] = []; constant 2151 const textChanges: TextChange[] = []; constant 2282 const textChanges: TextChange[] = []; constant
|
| D | textChanges.ts | 914 const textChanges = mapDefined(normalized, c => { constant
|
| D | utilities.ts | 2409 for (const { fileName, textChanges } of edits) { constant
|
| D | types.ts | 708 textChanges: readonly TextChange[]; property
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | session.ts | 734 textChanges: [ constant
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 3545 for (const { fileName, textChanges } of edits) { constant
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 1513 textChanges: CodeEdit[]; property
|
| D | typescript.d.ts | 5772 textChanges: readonly TextChange[]; property
|
| D | typescriptServices.d.ts | 5772 textChanges: readonly TextChange[]; property
|
| D | tsserverlibrary.d.ts | 5772 textChanges: readonly TextChange[]; property
|
| D | tsserverlibrary.js | 136562 function createFileTextChanges(fileName, textChanges) { argument 161407 Session.prototype.mapTextChangesToCodeEdits = function (textChanges) { argument 161411 Session.prototype.mapTextChangeToCodeEdit = function (textChanges) { argument 161763 function convertNewFileTextChangeToCodeEdit(textChanges) { argument
|
| D | tsserver.js | 135993 function createFileTextChanges(fileName, textChanges) { argument 161213 Session.prototype.mapTextChangesToCodeEdits = function (textChanges) { argument 161217 Session.prototype.mapTextChangeToCodeEdit = function (textChanges) { argument 161569 function convertNewFileTextChangeToCodeEdit(textChanges) { argument
|
| D | typescriptServices.js | 136562 function createFileTextChanges(fileName, textChanges) { argument
|
| D | typescript.js | 136562 function createFileTextChanges(fileName, textChanges) { argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 6015 textChanges: readonly TextChange[]; property
|
| D | tsserverlibrary.d.ts | 6015 textChanges: readonly TextChange[]; property
|