René's URL Explorer Experiment


Title: Inference of constrained generic causes open generic to "escape" · Issue #31402 · microsoft/TypeScript · GitHub

Open Graph Title: Inference of constrained generic causes open generic to "escape" · Issue #31402 · microsoft/TypeScript

X Title: Inference of constrained generic causes open generic to "escape" · Issue #31402 · microsoft/TypeScript

Description: TypeScript Version: 3.5.0-dev.20190514 Search Terms: constrained generic inference infer keyword infer open generic infer constrained generic Code interface Synthetic {} type SyntheticDestination = U extends Synthet...

Open Graph Description: TypeScript Version: 3.5.0-dev.20190514 Search Terms: constrained generic inference infer keyword infer open generic infer constrained generic Code interface Synthetic {} type Synthe...

X Description: TypeScript Version: 3.5.0-dev.20190514 Search Terms: constrained generic inference infer keyword infer open generic infer constrained generic Code interface Synthetic<A, B extends A> {} type ...

Opengraph URL: https://github.com/microsoft/TypeScript/issues/31402

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Inference of constrained generic causes open generic to \"escape\"","articleBody":"\u003c!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨\r\n\r\nHalf of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common \"Bugs\" That Aren't Bugs section!\r\n\r\nPlease help us by doing the following steps before logging an issue:\r\n  * Search: https://github.com/Microsoft/TypeScript/search?type=Issues\r\n  * Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ\r\n\r\nPlease fill in the *entire* template below.\r\n--\u003e\r\n\r\n\u003c!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --\u003e\r\n**TypeScript Version:**  3.5.0-dev.20190514\r\n\r\n\u003c!-- Search terms you tried before logging this (so others can find this issue more easily) --\u003e\r\n**Search Terms:**\r\nconstrained generic inference infer keyword\r\ninfer open generic\r\ninfer constrained generic\r\n\r\n**Code**\r\n\r\n```ts\r\ninterface Synthetic\u003cA, B extends A\u003e {}\r\ntype SyntheticDestination\u003cT, U\u003e = U extends Synthetic\u003cT, infer V\u003e ? V : never;\r\ntype TestSynthetic = // Resolved to T\r\n    SyntheticDestination\u003cnumber, Synthetic\u003cnumber, number\u003e\u003e;\r\n\r\nconst w: TestSynthetic = undefined // ✓\r\nconst x: TestSynthetic = null; // ✓\r\n\r\nconst y: TestSynthetic = 3; // Type '3' is not assignable to type 'T'.\r\nconst z: TestSynthetic = '3'; // Type '\"3\"\"' is not assignable to type 'T'.\r\n```\r\n\r\n**Expected behavior:**\r\n- TestSynthetic resolved as number\r\n- w, x, and z invalid with strict\r\n- y valid\r\n\r\n**Actual behavior:**\r\n- TestSynthetic resolved as T -- an open generic from the underlying conditional type\r\n- w and x valid, even with strict\r\n- y and z error with commented errors\r\n\r\n**Playground Link:** \u003c!-- A link to a TypeScript Playground \"Share\" link which demonstrates this behavior --\u003e\r\nhttps://bit.ly/30lTSqk\r\n\r\n**Related Issues:** \u003c!-- Did you find other bugs that looked similar? --\u003e\r\nhttps://github.com/microsoft/TypeScript/issues/31326\r\n\r\n**Notes:**\r\n\r\n- Removing the `extends A` constraint causes expected behavior, so that's likely involved somehow.\r\n- Turning on all strict options in typescript playground causes all four example cases to be errors -- unclear why this is stricter than `strict: true` in my local tsconfig with @next.\r\n- I'm not 100% sure if a conditional type that resolves to an open generic is allowed -- I was certainly surprised to see it. If it is, this still seems to be a bug in conditional type resolution.","author":{"url":"https://github.com/ddurschlag6river","@type":"Person","name":"ddurschlag6river"},"datePublished":"2019-05-14T21:54:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/31402/TypeScript/issues/31402"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6321e29c-4136-d27b-9c91-232cac601a44
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD7BE:32025:E27E52:138C015:6A61A9A4
html-safe-nonced077a8794f3726c1aaef6d5583328a02740115228b0135b4f570374957ffdce0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEN0JFOjMyMDI1OkUyN0U1MjoxMzhDMDE1OjZBNjFBOUE0IiwidmlzaXRvcl9pZCI6IjU2NTU5NzQzODg3MjAzMTQ3ODgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacbee29da98b12d8170370ba91f3103402653b653b3b0f0411b916c6381e76f4bc
hovercard-subject-tagissue:444142533
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/31402/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5afc1d7f38db6c98387d928197413cc9363777cc9e2c437607641e45a09d44f4/microsoft/TypeScript/issues/31402
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5afc1d7f38db6c98387d928197413cc9363777cc9e2c437607641e45a09d44f4/microsoft/TypeScript/issues/31402
og:image:altTypeScript Version: 3.5.0-dev.20190514 Search Terms: constrained generic inference infer keyword infer open generic infer constrained generic Code interface Synthetic {} type Synthe...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameddurschlag6river
hostnamegithub.com
expected-hostnamegithub.com
None6f4633bcf01c1ad14b73fd07dd39ac31d61f3d3c2578ee08ec1792b7b351eeb9
turbo-cache-controlno-preview
go-importgithub.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id20929025
octolytics-dimension-repository_nwomicrosoft/TypeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20929025
octolytics-dimension-repository_network_root_nwomicrosoft/TypeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseac296ae7f21856f1f92adbad22f870b6fbb4b907
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/TypeScript/issues/31402#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F31402
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F31402
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2FTypeScript
Reloadhttps://github.com/microsoft/TypeScript/issues/31402
Reloadhttps://github.com/microsoft/TypeScript/issues/31402
Reloadhttps://github.com/microsoft/TypeScript/issues/31402
Please reload this pagehttps://github.com/microsoft/TypeScript/issues/31402
microsoft https://github.com/microsoft
TypeScripthttps://github.com/microsoft/TypeScript
Notifications https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Fork 13.6k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Star 110k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Code https://github.com/microsoft/TypeScript
Issues 5k+ https://github.com/microsoft/TypeScript/issues
Pull requests 21 https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality 0 https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
Code https://github.com/microsoft/TypeScript
Issues https://github.com/microsoft/TypeScript/issues
Pull requests https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
#31455https://github.com/microsoft/TypeScript/pull/31455
Inference of constrained generic causes open generic to "escape"https://github.com/microsoft/TypeScript/issues/31402#top
#31455https://github.com/microsoft/TypeScript/pull/31455
https://github.com/weswigham
BugA bug in TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Bug%22
Fix AvailableA PR has been opened for this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Fix%20Available%22
RescheduledThis issue was previously scheduled to an earlier milestonehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Rescheduled%22
TypeScript 4.6.1https://github.com/microsoft/TypeScript/milestone/158
https://github.com/ddurschlag6river
ddurschlag6riverhttps://github.com/ddurschlag6river
on May 14, 2019https://github.com/microsoft/TypeScript/issues/31402#issue-444142533
https://bit.ly/30lTSqkhttps://bit.ly/30lTSqk
#31326https://github.com/microsoft/TypeScript/issues/31326
weswighamhttps://github.com/weswigham
BugA bug in TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Bug%22
Fix AvailableA PR has been opened for this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Fix%20Available%22
RescheduledThis issue was previously scheduled to an earlier milestonehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Rescheduled%22
TypeScript 4.6.1https://github.com/microsoft/TypeScript/milestone/158
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.