René's URL Explorer Experiment


Title: [isolatedDeclarations] Add a syntactic form of computed property name which is always emitted as a computed property name · Issue #58800 · microsoft/TypeScript · GitHub

Open Graph Title: [isolatedDeclarations] Add a syntactic form of computed property name which is always emitted as a computed property name · Issue #58800 · microsoft/TypeScript

X Title: [isolatedDeclarations] Add a syntactic form of computed property name which is always emitted as a computed property name · Issue #58800 · microsoft/TypeScript

Description: 🔍 Search Terms isolatedDeclarations transpileModule computed property name ✅ Viability Checklist This wouldn't be a breaking change in existing TypeScript/JavaScript code This wouldn't change the runtime behavior of existing JavaScript c...

Open Graph Description: 🔍 Search Terms isolatedDeclarations transpileModule computed property name ✅ Viability Checklist This wouldn't be a breaking change in existing TypeScript/JavaScript code This wouldn't change the r...

X Description: 🔍 Search Terms isolatedDeclarations transpileModule computed property name ✅ Viability Checklist This wouldn't be a breaking change in existing TypeScript/JavaScript code This wouldn't chan...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[isolatedDeclarations] Add a syntactic form of computed property name which is always emitted as a computed property name","articleBody":"### 🔍 Search Terms\r\n\r\nisolatedDeclarations transpileModule computed property name\r\n\r\n### ✅ Viability Checklist\r\n\r\n- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code\r\n- [X] This wouldn't change the runtime behavior of existing JavaScript code\r\n- [X] This could be implemented without emitting different JS based on the types of the expressions\r\n- [X] This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, new syntax sugar for JS, etc.)\r\n- [X] This isn't a request to add a new utility type: https://github.com/microsoft/TypeScript/wiki/No-New-Utility-Types\r\n- [X] This feature would agree with the rest of our Design Goals: https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals\r\n\r\n### ⭐ Suggestion\r\n\r\n# Background\r\n\r\nComputed property names under `isolatedDeclarations` are very limited right now. Today, you can write `{[Symbol.iterator]: ...}` and that's about it. This restriction is in place because for an arbitrary `{[expression]: ...}` we don't know if the type should be `{[expression]: something}`, `{[expression: string]: something}` or even `{}` (or a future `{f1: something} | {f2: something}`). Computed property names in types today have to exactly be a single late bindable name - nothing more, nothing less - meanwhile computed property names in object expressions (and class declarations) are much more flexible in what we allow.\r\n\r\nThus far, this has worked pretty well for TS users, since we basically pre-solve and cache whatever the expression computed name resolves to into our declaration files. Unfortunately, for `isolatedDeclarations` users, this poses a problem, since the `expression` in the computed property name may be from or rely on type information from another file. In such a case, it's impossible to know how to emit the type for the expression. You could optimistically emit `{[expression]: something}`, but if `expression` ends up evaluating to `string` or `any` in a whole-program context, the declaration file will produce an error and incorrect type information.\r\n\r\n# Proposal\r\nWhat we could use in such a scenario is a syntactic opt-in to guaranteeing the preservation of a computed property name in the calculated type for an expression. A form of computed property name that, when you see it, always ensures a computed property name appears in the output, and issues checker errors if the types when checked cannot produce a valid computed property name in a declaration file.\r\n\r\nI propose we reuse some existing syntax with a bit of a new meaning to accomplish this - a `satisfies keyof` postfix assertion, only valid in computed property name positions, and only on dotted entity name expressions. This would mean you could write\r\n```ts\r\nexport const a = {\r\n  [something satisfies keyof]: () =\u003e {}\r\n}\r\n```\r\nand we would always emit\r\n```ts\r\nexport const a: {\r\n  [something]: () =\u003e void;\r\n};\r\n```\r\nand issue an error on `something satisfies keyof` if `something` isn't exactly a single unique symbol, string literal, or number literal type (as is valid in the type position computed property name).\r\n\r\n# Compatibility\r\n\r\nOnly `isolatedDeclarations`-concerned authors really need to think about this feature - it's erased from declaration files, since they already check this constraint, so library consumers will never see it. People not using `isolatedDeclarations` will never be driven to use it, since they will always be able to produce a declaration type without an assertion. This is pretty easy to integrate into the `isolatedDeclarations` quickfixer. This doesn't conflict with existing `satisfies keyof T` assertions, since they require a type argument for `keyof`. There is also the possibility of allowing `satisfies keyof` in other locations and on arbitrary expression kinds in the future to check the same invariant - that the expression is exactly a single literal key type - if we think such a check has use in broader contexts than just computed property names.\r\n\r\n# Addenda: Making error cases better\r\n\r\nOnce we have `{[expression satsifies keyof]: ...}` in place, we know that that computed property name should always produce _exactly one object key_, even if `expression` _doesn't_ produce a valid key type (and thus an error). In such a scenario, it could be beneficial to override the type of `expression` with a property key unique to the `expression` symbol, and then fallback to using such a symbol whenever later `obj[expression]` lookups fail. In this way, we can preserve as much user intent as possible, without rapidly reverting to an unchecked `any` state. This is neat (I have a working prototype), especially in the context of single-file checking modes like what our language service does when loading the full program in the background, but isn't really necessary for the feature. The open questions I have for this are just\r\n1. Is it worth supporting this scenario with a special case? and\r\n2. Should the `keyof` result of a type containing one of the fallback property keys be adjusted to be `string | number | symbol`? Should the fallback error property just be filtered from `keyof` entirely?\r\n","author":{"url":"https://github.com/weswigham","@type":"Person","name":"weswigham"},"datePublished":"2024-06-07T16:17:56.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/58800/TypeScript/issues/58800"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:08a57de0-ccaf-eca1-ec33-403c5aab1601
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idEA00:39B1FE:220A9CB:2FA223C:6A5F5202
html-safe-nonceb853afbe8c0afb32ec33400fdd5fdc2eb5b5932565b62268c48e3736eb13da40
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQTAwOjM5QjFGRToyMjBBOUNCOjJGQTIyM0M6NkE1RjUyMDIiLCJ2aXNpdG9yX2lkIjoiMjY0OTUzMDgyOTUwOTcxMDMzOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac955a54ee5d5a55747a4b85721c4d33c36489e567560931670ca342d30c089ab5
hovercard-subject-tagissue:2340791006
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/58800/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b6825a84634e4c342d110be43e888c07dfbc9ca990f6af88ba675ccc00a89ae1/microsoft/TypeScript/issues/58800
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b6825a84634e4c342d110be43e888c07dfbc9ca990f6af88ba675ccc00a89ae1/microsoft/TypeScript/issues/58800
og:image:alt🔍 Search Terms isolatedDeclarations transpileModule computed property name ✅ Viability Checklist This wouldn't be a breaking change in existing TypeScript/JavaScript code This wouldn't change the r...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameweswigham
hostnamegithub.com
expected-hostnamegithub.com
None9a0797c11799dbfd7df57fa3de31c7ea3a4c4bd055eb1a0427a5cde1d4d7ba3f
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
releaseb099d96da147aea31036cd16b2fba0083a6defe4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/TypeScript/issues/58800#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F58800
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%2F58800
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/58800
Reloadhttps://github.com/microsoft/TypeScript/issues/58800
Reloadhttps://github.com/microsoft/TypeScript/issues/58800
Please reload this pagehttps://github.com/microsoft/TypeScript/issues/58800
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 29 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
[isolatedDeclarations] Add a syntactic form of computed property name which is always emitted as a computed property namehttps://github.com/microsoft/TypeScript/issues/58800#top
Domain: flag: isolatedDeclarationsRelated to the --isolatedDeclarations compiler flaghttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Domain%3A%20flag%3A%20isolatedDeclarations%22
https://github.com/weswigham
weswighamhttps://github.com/weswigham
on Jun 7, 2024https://github.com/microsoft/TypeScript/issues/58800#issue-2340791006
https://github.com/microsoft/TypeScript/wiki/No-New-Utility-Typeshttps://github.com/microsoft/TypeScript/wiki/No-New-Utility-Types
https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goalshttps://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals
Domain: flag: isolatedDeclarationsRelated to the --isolatedDeclarations compiler flaghttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Domain%3A%20flag%3A%20isolatedDeclarations%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.