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
Expected behavior:
tsc compiles without error (this is the behaviour with 2.7.x)
Actual behavior:
$ tsc *.ts
/usr/local/lib/node_modules/typescript/lib/tsc.js:61464
throw e;
^
Error: Debug Failure. False expression: Target symbol and symbol do not have the same name
at getLiteralTypeFromPropertyName (/usr/local/lib/node_modules/typescript/lib/tsc.js:26752:30)
at eachPropertyRelatedTo (/usr/local/lib/node_modules/typescript/lib/tsc.js:28844:36)
at indexTypesRelatedTo (/usr/local/lib/node_modules/typescript/lib/tsc.js:28893:36)
at structuredTypeRelatedTo (/usr/local/lib/node_modules/typescript/lib/tsc.js:28593:51)
at recursiveTypeRelatedTo (/usr/local/lib/node_modules/typescript/lib/tsc.js:28423:53)
at isRelatedTo (/usr/local/lib/node_modules/typescript/lib/tsc.js:28139:38)
at checkTypeRelatedTo (/usr/local/lib/node_modules/typescript/lib/tsc.js:27990:26)
at checkTypeComparableTo (/usr/local/lib/node_modules/typescript/lib/tsc.js:27717:20)
at checkAssertionWorker (/usr/local/lib/node_modules/typescript/lib/tsc.js:34558:21)
at checkAssertion (/usr/local/lib/node_modules/typescript/lib/tsc.js:34549:20)
Playground Link:
n/a
Related Issues:
n/a
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.8.1
Search Terms: 2.8.1, 2.8, throw e, "Debug Failure. False expression: Target symbol and symbol do not have the same name"
Code
3 files are needed
Expected behavior:
tsc compiles without error (this is the behaviour with 2.7.x)
Actual behavior:
Playground Link:
n/a
Related Issues:
n/a
The text was updated successfully, but these errors were encountered: