-
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
Emitting type parameters (regression) #31792
Comments
Wow, yeah. That's not great. |
Ouch. |
Whatever the regression is, it causes 28 projects in the RWC test suite to break. @andrewbranch I'd suggest bisecting this and reverting whichever PR caused the break. |
My theory is it's #30467. I'm stepping through now to see if there's a quick fix, but I'll revert the offending PR if I can't figure it out in the next 30 minutes or so. |
@andrewbranch Yup, RWC looks to run clean on the last commit prior to #30467. @rbuckton Ping. |
I'll take a look. It looks like we didn't have a test for this case (in our normal tests). |
@rbuckton I've got a fix incoming. |
Can you also take a look at another regression #31277? |
@ahejlsberg You don't still have a test for this case. |
TypeScript Version: master
Search Terms:
Code
Expected behavior:
Actual behavior:
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: