-
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
Error: Debug Failure. at Object.assertDefined at Object.getJSDocHost #27341
Comments
Also repros on 3.0 |
Minimal repro if (false) {
/**
* @param {string} s
*/
const x = function (s) {
};
} The |
Parent pointers aren't filled in for the |
Introduced in 2.9 |
Specifically, bisecting leads to #23947, which was a fairly large change that added |
In the binder, unreachable code mistakenly skips the |
@sandersn Should this be closed? |
Yes, not sure why github didn't catch it. |
Fixes issues related to microsoft/TypeScript#27341
This fixes issues related to microsoft/TypeScript#27341
Fixes issues related to microsoft/TypeScript#27341
This fixes issues related to microsoft/TypeScript#27341
TypeScript Version: 3.1.0-dev.20180925
Compiler crashes with the callstack:
The text was updated successfully, but these errors were encountered: