Uh oh!
There was an error while loading. Please reload this page.
Revert PR #53255 - #53464
Conversation
Jake Bailey (jakebailey)
commented
Mar 23, 2023
Heya Jake Bailey (@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! |
Wesley Wigham (weswigham)
left a comment
There was a problem hiding this comment.
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, |
TypeScript Bot (typescript-bot)
commented
Mar 23, 2023
Hey Jake Bailey (@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.