TypeScript/src/services
Andy 9c9f3e3cf9
importFixes: When one file redirects to another, consider both for global import specifiers (#25834)
* importFixes: When one file redirects to another, consider both for global import specifiers

* Add test for #26044

* Avoid a symlinked package globally importing itself (fixes another case of #26044)

* Compare to node_modules with getCanonicalFileName
2018-07-31 17:28:56 -07:00
..
codefixes importFixes: When one file redirects to another, consider both for global import specifiers (#25834) 2018-07-31 17:28:56 -07:00
formatting Support deleting all unused type parameters in a list, and deleting @template tag (#25748) 2018-07-27 11:55:31 -07:00
refactors Support deleting all unused type parameters in a list, and deleting @template tag (#25748) 2018-07-27 11:55:31 -07:00
breakpoints.ts getTokenAtPosition: default includeJsDocComment to true (#25015) 2018-06-26 16:20:44 -07:00
classifier.ts Enable '--strictNullChecks' (#22088) 2018-05-22 14:46:57 -07:00
codeFixProvider.ts Support code-fix-all for importFixes (#25137) 2018-07-03 15:19:15 -07:00
completions.ts Fix bug for isValidTrigger when contextToken is undefined (#25993) 2018-07-26 17:26:58 -07:00
documentHighlights.ts importFixes: When one file redirects to another, consider both for global import specifiers (#25834) 2018-07-31 17:28:56 -07:00
documentRegistry.ts Enable '--strictNullChecks' (#22088) 2018-05-22 14:46:57 -07:00
findAllReferences.ts In getPropertySymbolsFromContextualType, use union discriminant to filter types (#25914) 2018-07-25 11:53:20 -07:00
getEditsForFileRename.ts importFixes: When one file redirects to another, consider both for global import specifiers (#25834) 2018-07-31 17:28:56 -07:00
goToDefinition.ts Fix bugs for go-to-definition on mapped type method (#25991) 2018-07-26 17:26:41 -07:00
importTracker.ts Add refactor to convert named to default export and back (#24878) 2018-06-25 10:34:24 -07:00
jsDoc.ts getDocCommentTemplateAtPosition: Return result if in empty comment (#26026) 2018-07-27 17:34:16 -07:00
navigateTo.ts Simplify getContainers (#23323) 2018-07-25 12:30:13 -07:00
navigationBar.ts navigationBar: Fix bug for shorthand ambient module (#25992) 2018-07-26 17:27:12 -07:00
organizeImports.ts ChangeTracker: Combine deleteDeclaration, deleteNode, and deleteNodeInList (#25276) 2018-06-29 19:53:32 -07:00
outliningElementsCollector.ts Pass sourceFile as appropriate 2018-07-09 08:54:57 -07:00
pathCompletions.ts getTokenAtPosition: default includeJsDocComment to true (#25015) 2018-06-26 16:20:44 -07:00
patternMatcher.ts More thoroughly test navigateTo (#25239) 2018-07-02 19:25:27 -07:00
preProcess.ts Merge branch 'master' into libReference 2018-05-29 14:13:00 -07:00
refactorProvider.ts Add 'move to new file' refactor (#23726) 2018-05-10 11:17:04 -07:00
rename.ts rename: Re-use code for isDefinedInLibraryFile (#25367) 2018-07-02 12:25:27 -07:00
services.ts Simplify and inline getPropertySymbolsFromType (#25940) 2018-07-26 11:52:22 -07:00
shims.ts Merge pull request #25313 from github-john-doe/typo 2018-07-05 11:43:12 -07:00
signatureHelp.ts Ignore trailing comma when resolving signature for quick info (#25841) 2018-07-31 11:39:39 -07:00
sourcemaps.ts findAllReferences/rename: Search in all open projects (#25648) 2018-07-20 16:53:59 -07:00
suggestionDiagnostics.ts Merge branch 'master' into suggestionDiagnosticsToken 2018-05-31 12:46:33 -07:00
symbolDisplay.ts Ensure TypeChecker#getTypeAtLocation returns a defined result (#25583) 2018-07-11 16:33:56 -07:00
textChanges.ts Support deleting all unused type parameters in a list, and deleting @template tag (#25748) 2018-07-27 11:55:31 -07:00
transform.ts Enable '--strictNullChecks' (#22088) 2018-05-22 14:46:57 -07:00
transpile.ts Enable '--strictNullChecks' (#22088) 2018-05-22 14:46:57 -07:00
tsconfig.json navigateTo: Collect results from all referenced projects. (#25283) 2018-07-05 15:39:03 -07:00
types.ts navigateTo: Collect results from all referenced projects. (#25283) 2018-07-05 15:39:03 -07:00
utilities.ts Support deleting all unused type parameters in a list, and deleting @template tag (#25748) 2018-07-27 11:55:31 -07:00