-
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
Revert PR #53255 #53464
Revert PR #53255 #53464
Conversation
@typescript-bot run dt |
Heya @jakebailey, I've started to run the parallelized Definitely Typed test suite on this PR at 604e355. You can monitor the build here. Update: The results are in! |
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.
Alright, guess we're looking towards the fully generic solution, then.
Yeah :( I have it half-working; it turns out that we already have a helper that mostly does what I want: But, I think I have to apply it in some places but not others, and the more I think about how it's supposed to work, the more edge cases I see. For example, if a function is Also, |
Hey @jakebailey, the results of running the DT tests are ready. Main only errors:Package: ckeditor__ckeditor5-upload
|
Fixes #53459
Reopens #53255
My fix for #53255 wasn't fully correct; I didn't test method implementation / the case where there's already an effective rest type.
For now, I think I'd rather just revert my fix and later try and "really" fix this via #53398.