-
Notifications
You must be signed in to change notification settings - Fork 12.8k
TS Server fatal error: Debug Failure. False expression. #39704
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
@RyanCavanaugh found possible repro at https://github.com/microsoft/tsserverfuzzer/issues/244 |
Hi, is there something i can do to help you with this issue? |
@ninichki if you could try and see if it still repros with |
I'm having the exact same problem, by the look of things: PS C:\Code\Playground\hackchartingservice_erm\lambdas\create-chart> yarn run build Error: Debug Failure. False expression. I've tried upgrading typescript from 3.9.3 to 3.9.7, but it's still happening. |
Just so you're aware, the problem doesn't seem to be due to any specific source file. I've commented out the contents of all source files (*.ts x7, *.js x2) - the exact error still occurs. tsconfig.json: package.json: |
Hello @minestarks , [9:37:03] Building project 'tsconfig.json'... C:\Users\b\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:84747 Error: Debug Failure. False expression. |
Hi, declare module $data { But I'm not sure what's realy the problem. Maybe because it's a typedefinition for a javascript file? Maybe somebody has an explaination? For me it is working again, now. kind regards Christian |
TypeScript Version: 3.9,7
Version 3.8.3 works but 3.9.7 throws error:
tsc --build tsconfig.json
C:\Users\b36.BAUGRUPPE\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:82931
throw e;
^
Error: Debug Failure. False expression.
at getConstructorDefinedThisAssignmentTypes (C:\Users\b3\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:34450:22)
at getWidenedTypeForAssignmentDeclaration (C:\Users\b3\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:34307:63)
at getTypeOfVariableOrParameterOrPropertyWorker (C:\Users\b3\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:34616:24)
at getTypeOfVariableOrParameterOrProperty (C:\Users\b3\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:34573:28)
at getTypeOfSymbol (C:\Users\b3\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:34873:24)
at getTypeOfInstantiatedSymbol (C:\Users\b3\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:34830:44)
at getTypeOfSymbol (C:\Users\b3\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:34864:24)
at isPropertySymbolTypeRelated (C:\Users\b36.BAUGRUPPE\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:41735:30)
at propertyRelatedTo (C:\Users\b3\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:41800:31)
at propertiesRelatedTo (C:\Users\b3\AppData\Roaming\npm\node_modules\typescript\lib\tsc.js:41921:43)
Search Terms: Compile Error
Unfortunately i can't share and I don't know which file is producing this error.
The text was updated successfully, but these errors were encountered: