You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minestarks opened this issue
Sep 25, 2018
· 4 comments
· Fixed by #27989
Assignees
Labels
BugA bug in TypeScriptCrashFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputFixedA PR has been merged for this issue
Error: Debug Failure. Unhandled declaration kind! 241 for { flags: 100665092; declarations: 241,187,187,71 }
at getTypeOfVariableOrParameterOrPropertyWorker (node_modules\typescript\lib\tsc.js:28800:33)
at getTypeOfVariableOrParameterOrProperty (node_modules\typescript\lib\tsc.js:28725:48)
at getTypeOfSymbol (node_modules\typescript\lib\tsc.js:28990:24)
at checkPropertyAccessExpressionOrQualifiedName (node_modules\typescript\lib\tsc.js:39419:53)
at checkPropertyAccessExpression (node_modules\typescript\lib\tsc.js:39371:20)
at checkExpressionWorker (node_modules\typescript\lib\tsc.js:42384:28)
at checkExpression (node_modules\typescript\lib\tsc.js:42334:42)
at checkNonNullExpression (node_modules\typescript\lib\tsc.js:39352:37)
at checkPropertyAccessExpressionOrQualifiedName (node_modules\typescript\lib\tsc.js:39378:28)
at checkPropertyAccessExpression (node_modules\typescript\lib\tsc.js:39371:20)
The text was updated successfully, but these errors were encountered:
That'd be an EnumDeclaration merged with 2x PropertyAccessExpression and 1x Identifier, I'd assume one of their enums in their .d.ts is merging with the js source of itself.
weswigham
added
Bug
A bug in TypeScript
Crash
For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output
labels
Sep 27, 2018
I got this error: "Error: Debug Failure. Unhandled declaration kind! GetAccessor" which is same as microsoft/vscode#60462 due to declaring a getter/setter of an existing property.
BugA bug in TypeScriptCrashFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputFixedA PR has been merged for this issue
TypeScript Version: 3.1.0-dev.20180925
Compiler crashes with the callstack:
The text was updated successfully, but these errors were encountered: