TypeScript/src/services
2021-11-16 12:34:00 -07:00
..
codefixes Undo CRLF -> LF change. 2021-11-16 12:34:00 -07:00
formatting Fixed trimming comments on the remaining range (#45807) 2021-09-17 14:00:04 -07:00
refactors Remove unnecessary annotations/casts/aliases (#46727) 2021-11-09 12:17:54 -08:00
breakpoints.ts feat(eslint): consistent-type-assertions (#43556) 2021-05-18 06:20:57 -07:00
callHierarchy.ts Proposal class static block support (#43370) 2021-06-25 09:24:05 -07:00
classifier.ts Simplify or optimize regexes with polynomial time worst cases (#44197) 2021-05-24 15:28:52 -07:00
classifier2020.ts fix(45417): show inlay hints for null and literal-like identifiers (#45426) 2021-08-13 11:31:47 -07:00
codeFixProvider.ts Enable auto imports in member snippet completions (#46592) 2021-10-29 14:43:32 -07:00
completions.ts Removed replacement from jsx completions (#46767) 2021-11-10 18:18:15 -08:00
documentHighlights.ts redirectsTarget is keyed with Path (#44278) 2021-05-26 16:50:14 -07:00
documentRegistry.ts moduleResolution: node12 support (#45884) 2021-09-24 14:25:59 -07:00
exportAsModule.ts
exportInfoMap.ts Fix auto import crash on weird JS aliasing (#46490) 2021-10-22 16:09:32 -07:00
findAllReferences.ts Remove unnecessary annotations/casts/aliases (#46727) 2021-11-09 12:17:54 -08:00
getEditsForFileRename.ts moduleResolution: node12 support (#45884) 2021-09-24 14:25:59 -07:00
globalThisShim.ts Move codefix types into services/types.ts (#35506) 2019-12-05 10:51:31 -08:00
goToDefinition.ts moduleResolution: node12 support (#45884) 2021-09-24 14:25:59 -07:00
importTracker.ts Improve errors for incorrectly nested export default (#43967) 2021-05-07 08:09:38 -07:00
inlayHints.ts fix(45999): show parameter inlay hints before initializer (#46040) 2021-09-29 09:28:23 -07:00
jsDoc.ts Skip typedef in services getJSDocTags (#43677) 2021-06-23 16:19:14 -07:00
navigateTo.ts feat(eslint): consistent-type-assertions (#43556) 2021-05-18 06:20:57 -07:00
navigationBar.ts Change static fields emits (#43114) 2021-06-25 15:49:27 -07:00
organizeImports.ts Type-only import specifiers (#45998) 2021-09-27 12:38:30 -07:00
outliningElementsCollector.ts fix(46666): add outlining spans for comments preceding call expressions (#46682) 2021-11-04 12:43:01 -07: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 Hierarchical refactorings (#41975) 2020-12-23 12:50:03 -08:00
rename.ts improve response time of invalid rename attempts (#46158) 2021-10-01 15:07:54 -07:00
services.ts fix(45907): don't use static member name to inherit JSDocs from instance members (#46274) 2021-11-08 15:05:08 -08:00
shims.ts Enable max-statements-per-line lint rule (#45475) 2021-08-16 13:53:51 -07:00
signatureHelp.ts Fix the code that checks for variadic signatures 2021-05-20 09:27:57 -04:00
smartSelection.ts feat(42735): add single line comments to selection ranges (#42763) 2021-02-11 17:14:55 -08:00
sourcemaps.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
stringCompletions.ts Add method signature completions (#46370) 2021-10-28 16:05:36 -07:00
suggestionDiagnostics.ts fix: ES6 Modules => ES Modules in error messages (#46378) 2021-10-15 14:51:14 -07:00
symbolDisplay.ts fix(43796): Sort @deprecated completions lower than others (#43880) 2021-05-18 13:55:00 -07:00
textChanges.ts implement code fix for override of js files (#45780) 2021-11-16 08:01:43 -08:00
transform.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
transpile.ts moduleResolution: node12 support (#45884) 2021-09-24 14:25:59 -07:00
tsconfig.json fix: ES6 Modules => ES Modules in error messages (#46378) 2021-10-15 14:51:14 -07:00
types.ts Auto-imports: fix some exports being incorrectly stored as re-exports of others due to key conflict (#45792) 2021-10-08 15:20:12 -07:00
utilities.ts Enable auto imports in member snippet completions (#46592) 2021-10-29 14:43:32 -07:00