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
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype,
^
TypeError: Cannot read property 'prototype' of undefined
at __extends (/home/vincent/dev/codingame/heatdetector/code.js:4:68)
at /home/vincent/dev/codingame/heatdetector/code.js:113:5
at Object.<anonymous> (/home/vincent/dev/codingame/heatdetector/code.js:162:3)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:935:3
The only calling code of __extends in the transpiled code is this:
I have a problem with some code produced by typescript.
I get the following error when run under node :
The only calling code of __extends in the transpiled code is this:
Problem present both in 1.5.3 and in 1.6.0-dev.20150812 nigthly
I can give you more information and try to do a minimal repro if you need it.
Thank you.
The text was updated successfully, but these errors were encountered: