Title: Key for rest Tuple argument missing when mapping tuple type · Issue #57770 · microsoft/TypeScript · GitHub
Open Graph Title: Key for rest Tuple argument missing when mapping tuple type · Issue #57770 · microsoft/TypeScript
X Title: Key for rest Tuple argument missing when mapping tuple type · Issue #57770 · microsoft/TypeScript
Description: 🔎 Search Terms "tuple", "tuple type" 🕗 Version & Regression Information This changed between versions 5.3.3 and 5.4.2 ⏯ Playground Link https://www.typescriptlang.org/play?ts=5.4.2#code/C4TwDgpgBA4hwBUCuYA2EDSEQGcA8ya0EAHsBAHYAmOUSFA1hQP...
Open Graph Description: 🔎 Search Terms "tuple", "tuple type" 🕗 Version & Regression Information This changed between versions 5.3.3 and 5.4.2 ⏯ Playground Link https://www.typescriptlang.org/play?ts=5.4.2#code/C4TwDgpgBA4...
X Description: 🔎 Search Terms "tuple", "tuple type" 🕗 Version & Regression Information This changed between versions 5.3.3 and 5.4.2 ⏯ Playground Link https://www.typescriptlang.org/play?t...
Opengraph URL: https://github.com/microsoft/TypeScript/issues/57770
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Key for rest Tuple argument missing when mapping tuple type","articleBody":"### 🔎 Search Terms\n\n\"tuple\", \"tuple type\"\n\n### 🕗 Version \u0026 Regression Information\n\n- This changed between versions 5.3.3 and 5.4.2\n\n### ⏯ Playground Link\n\nhttps://www.typescriptlang.org/play?ts=5.4.2#code/C4TwDgpgBA4hwBUCuYA2EDSEQGcA8ya0EAHsBAHYAmOUSFA1hQPYDuFA2gLoB8UAvFADeHDFACWFKA2zMAZlELouALigYAvhxkh5ilMoDcAKGMB6M1ACSUgKwA6ACz2ATFFbQA5vCgADCkgAtgBGEABOUAA+UABEAAwxvuaWNlAOAMz26e5ePv5BoRHR8TFRsQCMicZCoJBQ5DjAArDwSpjY+ByNYZKeADRQ9kMBIeHcvBrJUNNQAHoA-KYW1nZOrjlQ3k2+JWVuxZW+UAAUrAAW4gDGZxK0EACOSOIAbgCG6BRNrxQgrK+4AEopqkMlkNls-LsDqVoi4kjVwNAGk1BHBEAZ2rg8F1gD0KP0oCNChMpjMFsYgA\n\n### 💻 Code\n\n```ts\r\ntype GetTupleKeys\u003cTuple extends unknown[]\u003e = {[K in keyof Tuple]: K}[keyof Tuple];\r\n\r\n// In 5.4.2 we get `number | \"0\"`\r\n// In 5.3.3 we get `number | \"0\" | \"1\"`\r\n{type test = GetTupleKeys\u003c[string, ...number[]]\u003e}\r\n// ^?\r\n\r\n// In 5.4.2 we get `\"0\" | 2 | \"1\"` (which is equivalent anyways)\r\n// In 5.3.3 we get `\"0\" | \"1\" | 2`\r\n{type test = GetTupleKeys\u003c[string, number]\u003e}\r\n// ^?\r\n```\r\n\n\n### 🙁 Actual behavior\n\nIn 5.4.2, rest arguments in tuples no longer get a dedicated key/index when mapping the tuple type. In the above example, the tuple type `[string, ...number[]]` effectively produces the keys `number | \"0\"`\n\n### 🙂 Expected behavior\n\nNo regression. The above example should be as 5.3.3 and resolve to the keys `number | \"0\" | \"1\"`\n\n### Additional information about the issue\n\nThis is specifically impacting the following code:\r\nhttps://github.com/sindresorhus/type-fest/blob/main/source/set-parameter-type.d.ts#L7\r\n\r\nAs reported in:\r\nhttps://github.com/sindresorhus/type-fest/issues/831","author":{"url":"https://github.com/trevorade","@type":"Person","name":"trevorade"},"datePublished":"2024-03-13T23:04:27.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/57770/TypeScript/issues/57770"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:147cc736-fd67-9a04-9bed-560024103e1b |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9D40:F27A1:31F07C:468D2A:6A630551 |
| html-safe-nonce | eb6bc26fae0bcb22d782e6da26142d4bf915390e4c68021c0f67ef6f019a35be |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RDQwOkYyN0ExOjMxRjA3Qzo0NjhEMkE6NkE2MzA1NTEiLCJ2aXNpdG9yX2lkIjoiMjQ5ODQxNzg5NDE2ODM5NzEzNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 688a5e4defd32a65fc4caed9faa7c64feb334c17346847341850d58808c0e119 |
| hovercard-subject-tag | issue:2185049641 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/57770/issue_layout |
| twitter:image | https://opengraph.githubassets.com/8c04ab1e1d9ac5cfba83e6f57b456cf19cbfb61921ade63c1d5e2db7b2a274cc/microsoft/TypeScript/issues/57770 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/8c04ab1e1d9ac5cfba83e6f57b456cf19cbfb61921ade63c1d5e2db7b2a274cc/microsoft/TypeScript/issues/57770 |
| og:image:alt | 🔎 Search Terms "tuple", "tuple type" 🕗 Version & Regression Information This changed between versions 5.3.3 and 5.4.2 ⏯ Playground Link https://www.typescriptlang.org/play?ts=5.4.2#code/C4TwDgpgBA4... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | trevorade |
| hostname | github.com |
| expected-hostname | github.com |
| None | b48e7bf0b1945d51f303503b057abf666ce74c3efbe107b413db2bb921c3f012 |
| turbo-cache-control | no-preview |
| go-import | github.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git |
| octolytics-dimension-user_id | 6154722 |
| octolytics-dimension-user_login | microsoft |
| octolytics-dimension-repository_id | 20929025 |
| octolytics-dimension-repository_nwo | microsoft/TypeScript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20929025 |
| octolytics-dimension-repository_network_root_nwo | microsoft/TypeScript |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9370f37042c29822d6ba7e3f670f0036a0155b21 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width