-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Deprecate .hasRestElement in favor of combinedFlags
#58864
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
Conversation
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
|
Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page. Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up. |
weswigham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm down for this deprecation (since I proposed it) - @jakebailey ? @ahejlsberg ? @sandersn ? Y'all seem like you'd have the most interest in the tuple element API.
|
I think it's fine, though the name being "Variable" makes me quite confused. I would also say that we should drop the prop entirely and then strap it back on with a getter in the deprecation helpers, but that sounds pretty hard to do for Types. |
|
|
@typescript-bot test it |
|
Hey @sandersn, the results of running the DT tests are ready. Everything looks the same! |
|
@sandersn Here are the results of running the user tests with tsc comparing Everything looks good! |
|
@sandersn Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@sandersn Here are the results of running the top 400 repos with tsc comparing Everything looks good! |
|
The only perf test diff is in the binder for mui-docs, which seems unrelated. |
Just putting this up for discussion, @weswigham has expressed an interest in this here 😉