Home
last modified time | relevance | path

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

12

/third_party/typescript/tests/baselines/reference/tsserver/openfile/when-file-makes-edits-to-add/
Dremove-comment-directives,-they-are-handled-correcrly.js254 "textChanges": [ property
472 "textChanges": [ property
/third_party/typescript/tests/baselines/reference/tsserver/forceConsistentCasingInFileNames/
Dworks-when-renaming-file-with-different-casing.js479 "textChanges": [ property
Dwhen-changing-module-name-with-different-casing.js292 "textChanges": [ property
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js509 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built.js507 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-not-built-with-preserveSymlinks.js509 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built.js507 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-not-built.js507 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built.js507 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-not-built-with-preserveSymlinks.js509 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-not-built-with-preserveSymlinks.js509 "textChanges": [ property
Dauto-import-with-referenced-project.js304 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built-with-preserveSymlinks.js651 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-and-solution-is-built.js649 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js651 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built-with-preserveSymlinks.js651 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-packageJson-has-types-field-and-has-index.ts-with-scoped-package-and-solution-is-built.js649 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built.js649 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-and-solution-is-built-with-preserveSymlinks.js651 "textChanges": [ property
Dmonorepo-like-with-symlinks-when-referencing-file-from-subFolder-with-scoped-package-and-solution-is-built.js649 "textChanges": [ property
Dauto-import-with-referenced-project-when-built.js445 "textChanges": [ property
Dauto-import-with-referenced-project-when-built-with-disableSourceOfProjectReferenceRedirect.js446 "textChanges": [ property
/third_party/typescript/src/server/
Dsession.ts2564 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/
Dservices.ts2212 const textChanges: TextChange[] = []; constant
2278 const textChanges: TextChange[] = []; constant
2409 const textChanges: TextChange[] = []; constant
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts735 textChanges: [ constant

12