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
Compiled with: tsc TsBug.ts --lib es2015.promise,es5
Run with: node TsBug.js
Expected behavior:
No output.
Actual behavior:
/..<snip>../TsBug.js:39
Test.member = function (x) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
^
ReferenceError: _this is not defined
at Function.Test.member (/..<snip>../TsBug.js:39:51)
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.4.0 / 2.4.1 / 2.5.0-dev.20170629
Code
Compiled with:
tsc TsBug.ts --lib es2015.promise,es5
Run with:
node TsBug.js
Expected behavior:
No output.
Actual behavior:
The text was updated successfully, but these errors were encountered: