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
I run a series of test I wrote a long time ago and suddenly two of them were failing... After running several experiments I found Wallaby is changing the semantics of this:
This issue is not wallaby.js specific, but TypeScript compiler version specific (same happens with Babel BTW). You may try compiling the code with ./node_modules/.bin/tsc, running it in node and you'll get the same result.
Issue description or question
I run a series of test I wrote a long time ago and suddenly two of them were failing... After running several experiments I found Wallaby is changing the semantics of this:
Running the previous code in a browser returns this, as expected:
But running it in Wallaby returns something not expected at all:
Wallaby.js configuration file
Code editor or IDE name and version
PHPStorm 2016.3
OS name and version
Arch Linux
The text was updated successfully, but these errors were encountered: