-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
ref: put refs closer to typedef #91757
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
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.
good cleanup
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #91757 +/- ##
=======================================
Coverage 85.12% 85.12%
=======================================
Files 10336 10336
Lines 586493 586454 -39
Branches 22552 22552
=======================================
- Hits 499268 499238 -30
+ Misses 86779 86770 -9
Partials 446 446 |
This is likely adding pressure on the type checker, as intersections with large types are a struggle for the compiler to process
awesome, thank you 🙏 . The intersection with an object containing |
Not a problem at all, I hope we get tsgo soon so that this isn't even an issue going forward :D |
This is likely adding pressure on the type checker, as intersections with large types are a struggle for the compiler to process