TypeScript/src/services
2020-02-20 08:45:07 -08:00
..
codefixes fix(29565): Add missing super() quickFix errors for constructo… (#36601) 2020-02-18 13:00:31 -08:00
formatting fix(30003): formatter deletes comments after trailing comma (#36674) 2020-02-14 14:57:18 -08:00
refactors No template refactor on plain strings (#36785) 2020-02-13 12:22:53 -08:00
breakpoints.ts no-fallthrough 2019-06-22 10:50:25 +03:00
callHierarchy.ts Fix wrong script info used to resolve line/offset for call hierarchy items (#36559) 2020-01-31 14:41:25 -08:00
classifier.ts add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
codeFixProvider.ts Codefix: Don’t return a fixId if there’s definitely nothing else that can be fixed (#35765) 2020-01-16 10:07:37 -08:00
completions.ts fix(33377): use quoteStyle option for string literals completions (#36720) 2020-02-20 08:45:07 -08:00
documentHighlights.ts fix(36023): fix crash in document highlight service (#36233) 2020-01-17 14:24:46 -08:00
documentRegistry.ts
exportAsModule.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
findAllReferences.ts Fix renaming an ExportSpecifier name when propertyName is present (#36790) 2020-02-13 16:55:52 -08:00
getEditsForFileRename.ts Make getSourceFileToImportFromResolved prefer files in program.getSourceFiles() 2019-11-20 18:00:10 -05:00
globalThisShim.ts Move codefix types into services/types.ts (#35506) 2019-12-05 10:51:31 -08:00
goToDefinition.ts Make javascript require goto def similar to ts import equals (#36487) 2020-01-28 16:23:56 -08:00
importTracker.ts Implement export as namespace from (#34903) 2019-12-20 16:00:20 -08:00
jsDoc.ts Support property declarations in jsdoc template generation (#36658) 2020-02-06 14:38:21 -08:00
navigateTo.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
navigationBar.ts Adds support for showing default exports in the navtree (#35477) 2020-01-22 08:13:04 -05:00
organizeImports.ts Import style punditry (#36814) 2020-02-14 15:57:30 -08:00
outliningElementsCollector.ts When looking at outlines for try functions, allow for not finding a child to provide a span when requesting outlines (#36389) 2020-01-27 15:59:49 -05:00
patternMatcher.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
preProcess.ts
refactorProvider.ts Move codefix types into services/types.ts (#35506) 2019-12-05 10:51:31 -08:00
rename.ts Support 'find references' on most declaration-related keywords (#36490) 2020-01-31 11:53:57 -08:00
services.ts fix(33377): use quoteStyle option for string literals completions (#36720) 2020-02-20 08:45:07 -08:00
shims.ts Fixes to handle file names in module resolution watching and createGetCanonicalFileName (#36106) 2020-01-31 10:40:57 -08:00
signatureHelp.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
smartSelection.ts Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint 2019-09-05 21:33:19 +03:00
sourcemaps.ts Dont use sourcemap if it contains inlined sources (#36384) 2020-01-29 11:21:42 -08:00
stringCompletions.ts Filter out private fields in string literal property completions. 2020-01-30 22:42:32 -05:00
suggestionDiagnostics.ts fix(33600): disallow convertFunctionToEs6Class Quick Fix for IIFE (#36580) 2020-02-03 16:52:08 -05:00
symbolDisplay.ts Update type-only import semantics to allow type queries (#36092) 2020-01-23 12:53:36 -08:00
textChanges.ts fix(36416): empty import path causes server crash (#36751) 2020-02-12 14:26:51 -08:00
transform.ts
transpile.ts Value for transpile option in CommandLineOption 2019-09-03 14:24:41 -07:00
tsconfig.json Throw syntax error for } and > in JSX text (#36636) 2020-02-11 11:44:17 -05:00
types.ts Merge pull request #36063 from uniqueiniquity/addWeakCompletionProperty 2020-01-28 13:53:47 -08:00
utilities.ts fix(33377): use quoteStyle option for string literals completions (#36720) 2020-02-20 08:45:07 -08:00