René's URL Explorer Experiment


Title: Design Meeting Notes, 8/25/2017 · Issue #18155 · microsoft/TypeScript · GitHub

Open Graph Title: Design Meeting Notes, 8/25/2017 · Issue #18155 · microsoft/TypeScript

X Title: Design Meeting Notes, 8/25/2017 · Issue #18155 · microsoft/TypeScript

Description: Add promised type (continued) #17077 Never had a name for this. await? awaited? Positive sentiment for both. How bad is the world without this? Well stricter generic checks broke a lot of checking. But are things fixed now? We've gotten ...

Open Graph Description: Add promised type (continued) #17077 Never had a name for this. await? awaited? Positive sentiment for both. How bad is the world without this? Well stricter generic checks broke a lot of checking....

X Description: Add promised type (continued) #17077 Never had a name for this. await? awaited? Positive sentiment for both. How bad is the world without this? Well stricter generic checks broke a lot of checking....

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Design Meeting Notes, 8/25/2017","articleBody":"# Add `promised` type (continued)\r\n\r\nhttps://github.com/Microsoft/TypeScript/pull/17077\r\n\r\n* Never had a name for this.\r\n    * `await`?\r\n    * `awaited`?\r\n    * Positive sentiment for both.\r\n* How bad is the world without this?\r\n    * Well stricter generic checks broke a lot of checking.\r\n    * But are things fixed now? We've gotten this far without it.\r\n* Would love to see specifically why we need to do this.\r\n    * PR has some examples.\r\n* At the end of the last meeting we had two open issues:\r\n    * Naming\r\n    * Highed order relationships.\r\n* What if we just worked on some of the inference issues that `Promise`/`PromiseLike`s experience relating to union type inference?\r\n    * [Follow up with @rbuckton]\r\n\r\n# String enums and indexing\r\n\r\n* Now that string-enums are a thing, people want to use them everywhere, like in\r\n    * interface/literal types.\r\n    * computed properties\r\n* Would need to generalize declarations constructed with literal types:\r\n\r\n  ```ts\r\n  const b = \"b\";\r\n  const x = {\r\n      [b]: 100,\r\n  }\r\n\r\n  // equivalent to\r\n\r\n  const y = {\r\n      b: 100,\r\n  }\r\n  ```\r\n* What would we do in the case of\r\n\r\n  ```ts\r\n  declare const x: \"a\" | \"b\";\r\n  const a = {\r\n      [x]: 100,\r\n  }\r\n  ```\r\n    * Is that\r\n\r\n      ```ts\r\n      //    { a: number } | { b: number }\r\n      // or\r\n      //    { a?: number, b?: number }\r\n      // or\r\n      //    { [x: string]: number }\r\n      ```\r\n* Leaning towards last option for practicality.\r\n* What about cases where you want to quickly manufacture distinct cases?\r\n\r\n  ```ts\r\n  function createThing\u003cK extends \"a\" | \"b\", payload: T\u003e(kind: K, payload: T) {\r\n      return {\r\n          kind,\r\n          payload: {\r\n              [kind]: T,\r\n          }\r\n      };\r\n  }\r\n\r\n  createThing(\"a\", 100);\r\n  ```\r\n    * Could boil this down to @gcanti's [`Unionize`](https://github.com/Microsoft/TypeScript/issues/17930#issuecomment-323572209).\r\n        * ```ts\r\n          type m = { [P in \"a\" | \"b\" ]: { [Q in P]: number } }[\"a\" | \"b\"];\r\n          ```\r\n            * Becomes `type m = { a: number; } | { b: number; }`","author":{"url":"https://github.com/DanielRosenwasser","@type":"Person","name":"DanielRosenwasser"},"datePublished":"2017-08-30T18:07:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/18155/TypeScript/issues/18155"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:88811559-adc2-fe15-5935-f6b5951267a7
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBEB6:315C2A:23BAE3C:30914DD:6A62EF75
html-safe-noncef98f28c04c3224316b9bc6cabe88ee34d0ebe9bd9f342eee91be81787832d1fe
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRUI2OjMxNUMyQToyM0JBRTNDOjMwOTE0REQ6NkE2MkVGNzUiLCJ2aXNpdG9yX2lkIjoiMzI3MTg0NDUyODExMTQxNTE1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac21c11faf094b65efc26d912504d9c426bd97ea195b9e2fb5cf1350637a2ad755
hovercard-subject-tagissue:254087911
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/18155/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5ffa0f69af648ce675f8371a6047df7ddc9c1de1a644b8c59699726bfd16a2a6/microsoft/TypeScript/issues/18155
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5ffa0f69af648ce675f8371a6047df7ddc9c1de1a644b8c59699726bfd16a2a6/microsoft/TypeScript/issues/18155
og:image:altAdd promised type (continued) #17077 Never had a name for this. await? awaited? Positive sentiment for both. How bad is the world without this? Well stricter generic checks broke a lot of checking....
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameDanielRosenwasser
hostnamegithub.com
expected-hostnamegithub.com
Noneb415018e190e73858133ddcaa36acce7b3f3572fe54dda84bd3b21a6ec714c30
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
release22f98521e99f504294ab0812b66104d50eb75a70
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/TypeScript/issues/18155#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F18155
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%2F18155
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/18155
Reloadhttps://github.com/microsoft/TypeScript/issues/18155
Reloadhttps://github.com/microsoft/TypeScript/issues/18155
Please reload this pagehttps://github.com/microsoft/TypeScript/issues/18155
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
Design Meeting Notes, 8/25/2017https://github.com/microsoft/TypeScript/issues/18155#top
Design NotesNotes from our design meetingshttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Design%20Notes%22
https://github.com/DanielRosenwasser
DanielRosenwasserhttps://github.com/DanielRosenwasser
on Aug 30, 2017https://github.com/microsoft/TypeScript/issues/18155#issue-254087911
#17077https://github.com/microsoft/TypeScript/pull/17077
@rbucktonhttps://github.com/rbuckton
@gcantihttps://github.com/gcanti
Unionizehttps://github.com/Microsoft/TypeScript/issues/17930#issuecomment-323572209
Design NotesNotes from our design meetingshttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Design%20Notes%22
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.