TypeScript/src/services
2020-08-15 00:33:34 +00:00
..
codefixes fix(33511): show jsx namespace default import quick fix if it does not exists in the current scope (#38419) 2020-07-14 15:43:18 -07:00
formatting Fix formatting scanner on JSX text that looks like trivia (#39718) 2020-07-30 13:56:14 -04:00
refactors Fix emit/formatting issues in refactors (#39506) 2020-07-22 10:31:42 -07:00
breakpoints.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
callHierarchy.ts fix 39453 (#39579) 2020-07-21 09:40:25 -07:00
classifier.ts Merge pull request #39264 from microsoft/migrateMapsAndSets 2020-07-13 10:38:30 -07:00
codeFixProvider.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
completions.ts fix jsx completions after attributes (#39859) 2020-08-13 16:14:12 -07:00
documentHighlights.ts Switch to ES Map/Set internally (#33771) 2020-06-26 10:12:47 -07:00
documentRegistry.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
exportAsModule.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
findAllReferences.ts Fix find-all-references on undefined (#39591) 2020-07-13 17:21:16 -07:00
getEditsForFileRename.ts fix rename cause import change wrongly (#38462) 2020-06-18 08:31:30 -07:00
globalThisShim.ts Move codefix types into services/types.ts (#35506) 2019-12-05 10:51:31 -08:00
goToDefinition.ts goToDefinition: find only the value if it's the RHS of an assignment 2020-05-15 18:55:57 -04:00
importTracker.ts Merge pull request #39264 from microsoft/migrateMapsAndSets 2020-07-13 10:38:30 -07:00
jsDoc.ts Add and use the 'intersperse' helper function. 2020-05-11 22:17:01 +00:00
navigateTo.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
navigationBar.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
organizeImports.ts Insert auto-imports in sorted order (#39394) 2020-07-08 15:25:04 -07:00
outliningElementsCollector.ts Add outlining spans for call expression or arrow body 2020-06-17 20:50:19 +08:00
patternMatcher.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
preProcess.ts Handle import type and export type in preprocess (#37508) 2020-03-23 10:11:01 -07:00
refactorProvider.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
rename.ts symbol.parent really is possibly sometimes undefined here. (#37159) 2020-03-03 10:47:07 -08:00
services.ts Use 'approximation' instead of 'approximate'. 2020-08-15 00:33:34 +00:00
shims.ts Merge remote-tracking branch 'upstream/master' into AddToggleCommentFeature 2020-07-09 21:55:36 -07:00
signatureHelp.ts Fix 38219: signature helper works for optional function condition. (#39672) 2020-07-22 12:30:21 -04:00
smartSelection.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
sourcemaps.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
stringCompletions.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
suggestionDiagnostics.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
symbolDisplay.ts getSymbolDisplayPartsDocumentationAndSymbolKind: use actual symbol.flags for getAliasedSymbol 2020-06-04 13:50:33 -04:00
textChanges.ts Insert auto imports after header comment (#39924) 2020-08-06 13:33:29 -07:00
transform.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
transpile.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
tsconfig.json Add refactor convertToOptionalChainExpression (#39135) 2020-07-13 19:33:33 -07:00
types.ts Revert to including only open files in partial semantic server mode (#40026) 2020-08-12 20:45:59 -07:00
utilities.ts Insert auto imports after header comment (#39924) 2020-08-06 13:33:29 -07:00