12393 Commits

Author SHA1 Message Date
TypeScript Bot
3a36bec244
🤖 Pick PR #56626 (Directly copy only the index signat...) into release-5.3 (#56709)
Co-authored-by: Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com>
2023-12-07 13:09:25 -08:00
TypeScript Bot
ba3d2b02b2
🤖 Pick PR #56434 (Fix support for intersections in te...) into release-5.3 (#56491)
Co-authored-by: Anders Hejlsberg <andersh@microsoft.com>
2023-11-29 16:23:03 -08:00
TypeScript Bot
f3808c416d
🤖 Pick PR #56504 (Fixed an issue in boolean compariso...) into release-5.3 (#56512)
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
2023-11-22 11:10:25 -08:00
Jake Bailey
b4fe221e65
Cherry-pick #56489 into release-5.3 (#56490) 2023-11-21 11:50:51 -08:00
Daniel Rosenwasser
756efd2478
Fixes for release-5.3. (#56424)
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2023-11-15 18:01:59 -08:00
Mateusz Burzyński
3e12250839
Allow of in await using declarations in for-of loops (#55558) 2023-10-31 15:06:36 -04:00
Andrew Branch
0ee2db33ca
Fix declaration emit in --moduleResolution bundler using wrong exports conditions (#56265) 2023-10-30 15:39:57 -07:00
Oleksandr T
60ce788302
fix(53933): Confusing rules around function parameter names in a type (#53946) 2023-10-30 15:24:14 -04:00
Oleksandr T
bf78d175d0
fix(55237): TypeScript 5.2 "move to file" results in duplicate imports (#56187) 2023-10-30 10:50:05 -07:00
Isabel Duan
29cfca319b
add pushTypeResolution to getTypeOfAlias (#52642)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2023-10-27 18:08:20 -07:00
Isabel Duan
6061069d96
fix54035, extractType now allows parts of union and intersection types to be extracted (#56131) 2023-10-27 17:59:16 -07:00
Oleksandr T
f25f2bb75d
fix(55939): JS Doc comment not shown in signature help when overload tag exists (#56139) 2023-10-27 15:24:07 -07:00
Mateusz Burzyński
a25321afce
Ensure all JSX spread properties get visited in ES2018+ (#55859) 2023-10-27 11:36:21 -07:00
Changwon Choe
598d912f69
Add conditions to check for class extension or implementation of prim… (#55712)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2023-10-26 12:41:58 -07:00
Mateusz Burzyński
1c49a8ba02
Filter possible contextual return types from unions for async functions and generators (#51196) 2023-10-26 12:03:01 -04:00
Mateusz Burzyński
41ebfbf0aa
Fixed an issue with string mappings over generic intersections not being deferred in conditional types (#55856) 2023-10-26 06:36:11 -07:00
Oleksandr T
5449489238
fix(55796): JSDoc does not support @this when using an arrow function as method in class (#55877)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2023-10-25 14:23:04 -07:00
Ron Buckton
8e37e4b853
More reliable mechanism for _this/_super simplification (#56130) 2023-10-23 21:01:11 -04:00
Anders Hejlsberg
b76b4c26ca
Improve isDeeplyNestedType for homomorphic mapped types (#56169) 2023-10-23 08:53:46 -07:00
Andrew Branch
aef4e468d9
Add user preference for preferring type-only auto imports (#56090) 2023-10-20 14:52:18 -07:00
Anders Hejlsberg
ac75a5ec9a
Fix discriminant property check in CFA (#56156) 2023-10-19 14:04:41 -07:00
Gabriela Araujo Britto
b1f5ef69e8
Improve error message for index signature on generic type when writing (#55906) 2023-10-18 17:43:43 -07:00
Sheetal Nandi
508e52d13a
During fourslash server test baseline tsserver log file so that project updates and watches can be baselined and reasoned about (#56132) 2023-10-16 16:08:13 -07:00
Mateusz Burzyński
d6171b9d0b
Provide contextual this to functions assigned using compound assignments (#56116) 2023-10-16 11:59:25 -07:00
Mateusz Burzyński
0e07ff50ae
Defer checking expressions in void expressions (#56122) 2023-10-16 10:16:19 -07:00
Sheetal Nandi
9473195b6c
noDts project resolutions verification and updates for incremental behaviour (#56016) 2023-10-10 10:24:08 -07:00
Mateusz Burzyński
521f8a8caf
Ignore awaited self tail calls when collecting the return type of an async function (#56020) 2023-10-10 09:03:18 -07:00
Andrew Branch
d0d406747d
Add type reference directive for all visited references to ambient modules (#56015) 2023-10-09 11:38:15 -07:00
Mateusz Burzyński
9144836360
Fixed type narrowing in switch statements with parenthesized expressions (#56035) 2023-10-09 11:36:16 -07:00
Jake Bailey
53a3d24b95
Fix fallthrough and default in new switch-true narrowing (#55991) 2023-10-06 16:23:54 -07:00
Mateusz Burzyński
7377f5cb9d
Fixed declaration emit of object literals withs divergent accessors (#55442) 2023-10-05 16:40:45 -07:00
Andrew Branch
5001433b10
Allow valid contextual keyword completions even when an auto-import by the same name exists (#56001) 2023-10-05 16:01:59 -07:00
Andrew Branch
21109b71aa
Recognize export * as default as a syntactic default export for synthetic default detection (#55985) 2023-10-05 10:33:24 -07:00
Jake Bailey
579e494f01
Preserve partially typed tuple names in more places (#55789) 2023-10-04 13:45:25 -07:00
Mateusz Burzyński
758884c093
Add a test for a property of reverse mapped type having a primitive type (#55807) 2023-10-04 13:27:42 -07:00
Mateusz Burzyński
274821eb88
Don't create children prop out of non-semantic JSX children (#55981) 2023-10-04 11:15:43 -07:00
Oleksandr T
6ec5547823
fix(55945): Inlay hints don't work for bigint literals (#55947) 2023-10-04 10:52:01 -07:00
Andrew Branch
248488aa06
Prefer local module specifier over relative node_modules ones in auto-import, even when it reaches into a monorepo package (#55969) 2023-10-03 14:10:06 -07:00
Oleksandr T
f2805dc88b
fix(55946): Errant case causes crash in switch/case snippet completions (#55949)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2023-10-02 21:46:48 -07:00
Oleksandr T
c640c5de0a
fix(55937): 'Infer function return type' offered in preceding trivia (#55938) 2023-10-02 16:34:46 -07:00
Mateusz Burzyński
d9cd2d0bd0
Fixed a crash in getPropertyNameForPropertyNameNode on NoSubstitutionTemplateLiteral (#55930) 2023-10-02 13:31:38 -07:00
Mateusz Burzyński
efc343a438
Remove CheckMode.IsForStringLiteralArgumentCompletions (#55867) 2023-09-29 16:49:30 -07:00
Maria José Solano
952526c5c9
Show interactive inlay hints in parameter types (#55918) 2023-09-29 13:45:57 -07:00
Mateusz Burzyński
38d09d4ae1
Fixed na issue with evaluator using binding element initializers as const values (#55910) 2023-09-29 13:23:46 -07:00
Mateusz Burzyński
485a2ea0c9
Error on class fields accesses through super in JS files (#55892) 2023-09-29 12:29:39 -07:00
Ron Buckton
9cf44dc51a
Support custom 'Symbol.hasInstance' methods when narrowing 'instanceof' (#55052) 2023-09-29 13:37:44 -04:00
Jake Bailey
9208239759
Remove shims.ts and related infra (#55868) 2023-09-28 13:54:47 -07:00
Oleksandr T
f5bf4e63d7
fix(55775) - TS parameter inlay hints disconsiders used parameters when set to literals (#55780) 2023-09-26 17:32:24 -07:00
Anders Hejlsberg
c052bc7c72
Error on excessive relation complexity (#55851) 2023-09-26 15:57:57 -07:00
Andrew Branch
1b70ac32b2
Support resolution-mode overrides in type-only constructs in all moduleResolution modes (#55725) 2023-09-26 14:20:05 -07:00