Commit Graph

34393 Commits

Author SHA1 Message Date
Ron Buckton
fd0370822f Fix crash in 'Wrap in JSX Fragment' quick fix (#52816) 2023-02-16 21:34:58 -05:00
Jake Bailey
3980b5b2b1 Fix overloadTag2 test (#52814) 2023-02-16 15:57:30 -08:00
Mateusz Burzyński
879dbcd2df Do not report errors when inference is partially blocked (#52728) 2023-02-16 15:17:07 -08:00
Nathan Shively-Sanders
4b534dc859 Check overload tag against implementation (#52474) 2023-02-16 14:40:40 -08:00
Mateusz Burzyński
2976b6b703 Filtering mapped types declarations (#51650) 2023-02-16 13:38:10 -08:00
Ron Buckton
55eff14353 Fix crash in extract type and generate get/set refactors (#52803) 2023-02-16 16:15:54 -05:00
Ron Buckton
7dd2a5e905 Fix crash in private accessor emit (#52785) 2023-02-16 14:38:18 -05:00
Vitaly
2f43308dc4 Add API option to getCompletionsAtPosition to expose completion symbol information (#52560)
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
2023-02-16 11:09:29 -08:00
Vitaly
151364902b Don't add redundant await in completions (#52677) 2023-02-16 08:44:14 -08:00
Jake Bailey
d79eb02de3 Prefer using enum literal's own base type rather than enum's base type in comparison (#52703) 2023-02-16 07:44:06 -08:00
TypeScript Bot
588dd82afe Update package-lock.json 2023-02-16 06:06:37 +00:00
Oleksandr T
733d7aed97 fix(52749): Assertion failure in derived class completion (#52787) 2023-02-15 14:33:39 -08:00
Ron Buckton
2c67c8f756 Enforce NLT restriction after 'accessor' keyword (#52763) 2023-02-15 12:51:25 -05:00
TypeScript Bot
d8e81bbf6e Update package-lock.json 2023-02-15 06:06:54 +00:00
Anders Hejlsberg
7d00bb078d Widening and non-widening computed enum types (#52542) 2023-02-14 16:25:46 -08:00
Oleksandr T
de2ab4ab8f fix(52761): overload tag is not supported in completions (#52762) 2023-02-14 14:25:00 -08:00
Anders Hejlsberg
84b8483206 Improvements to strictSubtypeRelation and getNarrowedType (#52282) 2023-02-14 12:12:42 -08:00
Oleksandr T
a8b4a3b637 fix(52061): Constructor parameters exported as type included in emitted metadata (#52138) 2023-02-14 12:03:54 -08:00
Tobias S
df6b9e5754 fix property completion in unions of object types and template literal types (#52196) 2023-02-14 10:50:53 -08:00
Andrew Branch
48e812aa07 Prefer top-level type-only imports in verbatimModuleSyntax (#52747) 2023-02-14 10:23:08 -08:00
Mateusz Burzyński
ab40f5e5d0 Avoid caching resolved signatures for language service requests like signature help (#52679) 2023-02-14 09:47:32 -08:00
Ron Buckton
f23dd7a7b2 Fix crash in getAwaitedType (#52752) 2023-02-14 11:16:12 -05:00
Anders Hejlsberg
72fb827045 Check conditional types in depth in isTypeParameterAtTopLevel (#52648) 2023-02-14 07:33:22 -08:00
TypeScript Bot
9c40be1b42 Update package-lock.json 2023-02-14 06:07:26 +00:00
Andrew Branch
99927cad95 Replace all instances of compilerOptions.isolatedModules with function considering verbatimModuleSyntax (#52746) 2023-02-13 16:03:02 -08:00
Jake Bailey
79df2bcd35 Don't allow everything to be assignable to string within string mappings like Uppercase/Lowercase (#52734) 2023-02-13 17:58:56 -05:00
Jake Bailey
5b71f59450 Fix spurious circularity caused by removeOptionalityFromDeclaredType, cache result (#52696) 2023-02-13 17:55:12 -05:00
Daniel Rosenwasser
6aba9b8a24 Drop deferredNodes after checking them all. (#52606) 2023-02-13 13:50:57 -08:00
Mateusz Burzyński
738b45e219 Fixed crash in checkExportsOnMergedDeclarationsWorker (#52740) 2023-02-13 11:24:15 -08:00
TypeScript Bot
098e18ebc1 Update package-lock.json 2023-02-13 06:06:58 +00:00
TypeScript Bot
ed15865eb0 Update package-lock.json 2023-02-11 06:06:14 +00:00
Andrew Branch
aa658257c9 Fix completion details auto-imports crashes (#52686) 2023-02-10 15:26:09 -08:00
Anders Hejlsberg
c838b0cb7e Consult cached contextual types only when no contextFlags (#52611) 2023-02-10 11:17:59 -08:00
TypeScript Bot
1c9ce4fc2e Update package-lock.json 2023-02-10 06:06:59 +00:00
Gabriela Araujo Britto
7612a3afc7 Fix crash on addImportFromExportedSymbol with default exported symbol (#52694) 2023-02-09 16:31:58 -08:00
Daniel Rosenwasser
7fb6c99c19 Don't create an unnecessary text span in isInStringOrRegularExpressionOrTemplateLiteral (#52697) 2023-02-09 15:37:22 -08:00
Anders Hejlsberg
bd905d4936 Fix crash in union subtype reduction involving template literal and string mapping types (#52699) 2023-02-09 15:04:57 -08:00
Ron Buckton
6c9792aa87 Decorators normative changes (#52582) 2023-02-09 14:48:45 -05:00
Jake Bailey
0ef9e8eac9 Ensure we treat "type assertions" as JSX within a unary expression (#52667) 2023-02-09 11:34:47 -08:00
Jake Bailey
bec0fdac23 Add test for already fixed issue 49778 (#52668) 2023-02-09 11:04:07 -08:00
Gabriela Araujo Britto
9a14949686 Fix accessing toString of features map (#52340) 2023-02-09 10:22:22 -08:00
Anders Hejlsberg
57ebd99ff2 Exclude typeof this from check in isConstantReference (#52680) 2023-02-09 07:06:09 -08:00
Oleksandr T
1c822c42a4 feat(52097): "Add missing properties" quick fix for calculated string values ... (#52135) 2023-02-08 17:25:39 -08:00
Andrew Branch
a0afacd262 Avoid caching duplicate export info from AutoImportProvider (#52683) 2023-02-08 12:36:12 -08:00
TypeScript Bot
963f913014 Update package-lock.json 2023-02-08 06:06:47 +00:00
TypeScript Bot
a89f4168bd Update package-lock.json 2023-02-07 06:06:24 +00:00
Oleksandr T
cdeb1e3660 feat(48702): Emit for dynamic import (import()) when target >= ES2020 and module == None (#50942) 2023-02-06 16:18:06 -08:00
Mateusz Burzyński
76c23e43da Fixed binding element types coming from the out of tuple bounds under noUncheckedIndexedAccess (#52318) 2023-02-06 16:17:05 -08:00
Mateusz Burzyński
40208a8ca7 Narrow references within optional chains in for-in loops (#52059) 2023-02-06 16:15:27 -08:00
Gabriela Araujo Britto
4775381811 Ensure projects are updated for find all references (#52583) 2023-02-06 15:42:05 -08:00