-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add well-known symbols for ReadonlyMap and ReadonlySet #60142
base: main
Are you sure you want to change the base?
Add well-known symbols for ReadonlyMap and ReadonlySet #60142
Conversation
@typescript-bot test it |
@jakebailey Here are the results of running the user tests with tsc comparing Everything looks good! |
Hey @jakebailey, the results of running the DT tests are ready. Everything looks the same! |
@jakebailey Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@jakebailey Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
I'm not clear on why this is needed?
|
Fixes #60042
I chose not to use strict string literals or exact well-known tags like
Map
andSet
for the same reason mentioned in #19006. Instead, I opted to usestring
. Contra #59417.