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
· 3 comments
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
TypeError: Cannot read property 'flags' of undefined
at isRelatedTo (node_modules\typescript\lib\tsc.js:33794:28)
at compareSignaturesRelated (node_modules\typescript\lib\tsc.js:33533:25)
at signatureRelatedTo (node_modules\typescript\lib\tsc.js:34639:24)
at signaturesRelatedTo (node_modules\typescript\lib\tsc.js:34614:30)
at structuredTypeRelatedTo (node_modules\typescript\lib\tsc.js:34403:43)
at recursiveTypeRelatedTo (node_modules\typescript\lib\tsc.js:34190:53)
at isRelatedTo (node_modules\typescript\lib\tsc.js:33875:38)
at checkTypeRelatedTo (node_modules\typescript\lib\tsc.js:33709:26)
at isTypeRelatedTo (node_modules\typescript\lib\tsc.js:33691:24)
at isTypeSubtypeOf (node_modules\typescript\lib\tsc.js:33172:20)
The text was updated successfully, but these errors were encountered:
@constructor put on anything incorrectly makes it a JS constructor. This is a problem for actual constructors, because getJSClassType doesn't work on actual classes.
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: