-
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
Don't try to add an implicit undefined for mapped properties outside of strictNullChecks
#60393
Don't try to add an implicit undefined for mapped properties outside of strictNullChecks
#60393
Conversation
…of `strictNullChecks`
…ecks-crash-optional-undefined
…ecks-crash-optional-undefined
a35d99b
to
170d9fd
Compare
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.
This looks good to me, but will double check with a test run.
@typescript-bot test it |
Hey @jakebailey, the results of running the DT tests are ready. Everything looks the same! |
@jakebailey Here are the results of running the user tests with tsc comparing Everything looks good! |
@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 Everything looks good! |
@typescript-bot cherry-pick this to release-5.7 |
…of `strictNullChecks` (#60393)
Hey, @jakebailey! I've created #60825 for you. |
…e-5.7 (#60825) Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
fixes #60390
fixes #60511