/third_party/typescript/tests/baselines/reference/tsserver/openfile/when-file-makes-edits-to-add/ |
D | remove-comment-directives,-they-are-handled-correcrly.js | 254 "textChanges": [ property 472 "textChanges": [ property
|
/third_party/typescript/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/ |
D | works-when-renaming-file-with-different-casing.js | 479 "textChanges": [ property
|
D | when-changing-module-name-with-different-casing.js | 292 "textChanges": [ property
|
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/ |
D | monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js | 509 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built.js | 507 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js | 509 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built.js | 507 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built.js | 507 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built.js | 507 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built-with-preserveSymlinks.js | 509 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built-with-preserveSymlinks.js | 509 "textChanges": [ property
|
D | auto-import-with-referenced-project.js | 304 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built-with-preserveSymlinks.js | 651 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built.js | 649 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js | 651 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js | 651 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built.js | 649 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built.js | 649 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built-with-preserveSymlinks.js | 651 "textChanges": [ property
|
D | monorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built.js | 649 "textChanges": [ property
|
D | auto-import-with-referenced-project-when-built.js | 445 "textChanges": [ property
|
D | auto-import-with-referenced-project-when-built-with-disableSourceOfProjectReferenceRedirect.js | 446 "textChanges": [ property
|
/third_party/typescript/src/server/ |
D | session.ts | 2564 const textChanges: FileTextChanges[] = []; constant 2776 const textChanges = languageService.toggleLineComment(file, textRange); constant 2792 const textChanges = languageService.toggleMultilineComment(file, textRange); constant 2808 const textChanges = languageService.commentSelection(file, textRange); constant 2824 const textChanges = languageService.uncommentSelection(file, textRange); constant 3511 for (const { fileName, textChanges } of edits) { constant
|
/third_party/typescript/src/services/ |
D | services.ts | 2212 const textChanges: TextChange[] = []; constant 2278 const textChanges: TextChange[] = []; constant 2409 const textChanges: TextChange[] = []; constant
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | session.ts | 735 textChanges: [ constant
|