-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Debug Failure. No error for last overload signature #60229
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
Comments
|
I don't think this is a dup of #60202, that one does not repro in 5.5.4 and below but this one does. |
I can also confirm that my PR doesn't fix this issue |
I'm facing the same error but with a slightly different stack trace.
|
@JesusTheHun could u try with |
@Andarist the issue is still present with |
Checkout : https://github.com/cbjs-dev/cbjs/tree/typescript-issue If you swap I understand this is not a minimal reproduction, but hopefully it will help you narrow the field of research. |
🔎 Search Terms
Debug Failure. No error for last overload signature
possibly related to
🕗 Version & Regression Information
RangeError: Maximum call stack size exceeded
.⏯ Playground Link
Playground link
💻 Code
🙁 Actual behavior
tsc exits with error code 1 and write to stderr
Debug Failure. No error for last overload signature
In the playground,
🙂 Expected behavior
I'm not sure. I'd like this to pass typechecking.
Additional information about the issue
I tried to minimize this but I imagine this is not the minimal repro. Please give this a better title :)
The text was updated successfully, but these errors were encountered: