-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Compute more precise syntactic truthy semantics for comma expressions #60830
base: main
Are you sure you want to change the base?
Compute more precise syntactic truthy semantics for comma expressions #60830
Conversation
5ea795b
to
170e0aa
Compare
@typescript-bot test it |
@DanielRosenwasser Here are the results of running the user tests with tsc comparing Everything looks good! |
Hey @DanielRosenwasser, the results of running the DT tests are ready. Everything looks the same! |
@DanielRosenwasser Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@DanielRosenwasser Here are the results of running the top 400 repos with tsc comparing Everything looks good! |
closes #60822
given the same thing was merged for syntactic nullish semantics (and its corresponding issue was accepted beforehand), I think it only makes sense to handle this for truthy semantics as well for consistency, cc @jakebailey