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
Note that the generated code is actually correct as _a is hoisted to the function scope.
The problem is that minifiers such as UglifyJS will complain about it as it follows a return statement.
Dropping unreachable code
Declarations in unreachable code!
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
TypeScript Version: 2.2.2
Code
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: