TypeScript/src/services
2019-06-25 09:41:26 -07:00
..
codefixes Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
formatting Handle feeedback 2019-06-25 09:41:26 -07:00
refactors add refactor of extract type (#30562) 2019-05-07 08:26:53 -07:00
breakpoints.ts getTokenAtPosition: default includeJsDocComment to true (#25015) 2018-06-26 16:20:44 -07:00
classifier.ts Remove JSDocTag#atToken (#28376) 2018-11-06 09:54:23 -08:00
codeFixProvider.ts Have flatMap return a ReadonlyArray by default (#28205) 2018-10-29 11:12:51 -07:00
completions.ts Merge pull request #31290 from a-tarasyuk/bug/29880 2019-06-10 13:45: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 Remove getBucketForCompilationSettings (#28088) 2018-10-24 15:37:46 -07:00
findAllReferences.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
getEditsForFileRename.ts There is no need to check for file presence when trying to rename imports based on file rename 2019-01-08 15:18:52 -08:00
goToDefinition.ts Remove secondary reference lookup implementation (#32016) 2019-06-21 13:26:29 -07:00
importTracker.ts Relocate Debug namespace to reduce duplication (#31524) 2019-05-22 11:20:29 -07:00
jsDoc.ts JSDocTypeTag.typeExpression is not optional (#30452) 2019-04-30 09:46:32 -07:00
navigateTo.ts Simplify getContainers (#23323) 2018-07-25 12:30:13 -07:00
navigationBar.ts Show template literal in navtree function call args 2018-12-27 17:43:56 -08:00
organizeImports.ts Don’t touch imports used for module augmentation in non-declaration files since it could change JS emit 2019-05-22 11:37:35 -07:00
outliningElementsCollector.ts Correct outline hint spans for functions 2019-06-11 16:58:08 -07:00
patternMatcher.ts remove even more redundant internal comments 2018-11-07 16:12:48 +00:00
preProcess.ts Merge branch 'master' into libReference 2018-05-29 14:13:00 -07:00
refactorProvider.ts Refactors can return ReadonlyArray<ApplicableRefactorInfo> (#28305) 2018-11-02 10:07:21 -07:00
rename.ts Respond to CR 2019-01-14 17:05:25 -08:00
services.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
shims.ts Rename to be smarter 2019-04-18 16:23:06 -07:00
signatureHelp.ts Fix containsPrecedingToken for tokens whose preceding token is a missing node 2019-05-23 12:15:50 -07:00
smartSelection.ts Filter out zero-width selections 2019-04-19 09:44:42 -07:00
sourcemaps.ts Watch missing map file and update the source mapping accordingly 2018-12-06 15:22:44 -08:00
stringCompletions.ts Add sortText depending scope of symbols 2019-05-20 15:53:51 -07:00
suggestionDiagnostics.ts Simplify approach 2018-12-31 16:25:26 -08:00
symbolDisplay.ts Don't pass a candidates array to getResolvedSignature (#31203) 2019-05-01 13:59:55 -07:00
textChanges.ts Added --noImplicitThis code fix for functions used as object properties (#31138) 2019-06-17 19:00:15 -07:00
transform.ts Enable '--strictNullChecks' (#22088) 2018-05-22 14:46:57 -07:00
transpile.ts Ensure all the usages of compilerOptions.declaration take into account compilerOptions.composite if needed. 2018-09-18 13:53:16 -07:00
tsconfig.json Merge pull request #31028 from andrewbranch/feature/smart-select 2019-05-16 09:45:05 -07:00
types.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
utilities.ts Use for-of declaration list + expression as span for preview 2019-05-31 16:02:31 -07:00