TypeScript/src/services
Hiroshi Ogawa 617251f2e0
feat(45010): handle unclosed fragment in getJsxClosingTagAtPosition (#45532)
* feat(45010): handle unclosed fragment in `getJsxClosingTagAtPosition`

* Update tests

* Fix types of `JsxText.parent` and `JsxExpression.parent`
2021-09-08 09:22:38 -07:00
..
codefixes Minor fixes to "Convert To Async" refactor (#45536) 2021-09-01 13:13:12 -07:00
formatting Revert "fix(45501): don't remove spaces between empty object literals with enabled insertSpaceAfterOpeningAndBeforeClosingEmptyBraces (#45514)" (#45682) 2021-09-01 17:47:27 -07:00
refactors Don't suppress comments when adding or removing braces to/from arrow function. (#45597) 2021-09-02 18:05:16 -07: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 --noImplicitOverride (#39669) 2021-03-26 16:29:22 -07:00
completions.ts feat(45010): handle unclosed fragment in getJsxClosingTagAtPosition (#45532) 2021-09-08 09:22:38 -07:00
documentHighlights.ts redirectsTarget is keyed with Path (#44278) 2021-05-26 16:50:14 -07:00
documentRegistry.ts Handle document Registry to distinguish between files with same name and document registry key(compiler options affecting source file) but different ScriptKind (#43474) 2021-04-05 13:27:34 -07:00
exportAsModule.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
exportInfoMap.ts Store symbol table map key in CachedSymbolExportInfo (#45289) 2021-08-04 16:31:47 -07:00
findAllReferences.ts feat(44720): allow renaming string literal in switch/case (#45084) 2021-08-19 17:09:35 -07:00
getEditsForFileRename.ts getEditsForFileRename: fix updateTsconfigFiles w/ empty include 2021-06-21 13:38:54 -04:00
globalThisShim.ts Move codefix types into services/types.ts (#35506) 2019-12-05 10:51:31 -08:00
goToDefinition.ts feat(44736): add go-to-definition on overridden members (#44740) 2021-06-28 14:58:06 -07:00
importTracker.ts Improve errors for incorrectly nested export default (#43967) 2021-05-07 08:09:38 -07:00
inlayHints.ts Only provide hints for simple literals when 'literals' is specified. (#45557) 2021-08-23 16:38:26 -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 Enable max-statements-per-line lint rule (#45475) 2021-08-16 13:53:51 -07:00
outliningElementsCollector.ts fix(44812): add outlining spans for comments inside blocks (#44847) 2021-07-30 15:56:32 -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 feat(44720): allow renaming string literal in switch/case (#45084) 2021-08-19 17:09:35 -07:00
services.ts feat(45010): handle unclosed fragment in getJsxClosingTagAtPosition (#45532) 2021-09-08 09:22:38 -07: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 fix(44837): add graceful recovery for require completions (#45151) 2021-07-26 15:26:43 -07:00
suggestionDiagnostics.ts Minor fixes to "Convert To Async" refactor (#45536) 2021-09-01 13:13:12 -07:00
symbolDisplay.ts fix(43796): Sort @deprecated completions lower than others (#43880) 2021-05-18 13:55:00 -07:00
textChanges.ts Enable max-statements-per-line lint rule (#45475) 2021-08-16 13:53:51 -07:00
transform.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
transpile.ts feat(eslint): consistent-type-assertions (#43556) 2021-05-18 06:20:57 -07:00
tsconfig.json Fix unassignable properties by adding undefined with exactOptionalPropertyTypes (#45032) 2021-08-10 16:57:38 -07:00
types.ts Some cleanup around inlay hints types to get more-precise checking. (#45391) 2021-08-23 16:15:54 -07:00
utilities.ts feat(44720): allow renaming string literal in switch/case (#45084) 2021-08-19 17:09:35 -07:00