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
After pruning my code to isolate the issue, I'm not sure what the impact of the collision is anymore, but in my original code I was getting an infinite loop due to the loop index being part of the collision. I should be able to produce a short example like that if needed.
TypeScript Version: 2.1.4
Code
Expected behavior:
Names of hidden/implementation variables should not clash.
Actual behavior:
Two
_ahidden variables are created which would be in different scopes under ES6let/constbut are in the same scope since they arevar:Note:
After pruning my code to isolate the issue, I'm not sure what the impact of the collision is anymore, but in my original code I was getting an infinite loop due to the loop index being part of the collision. I should be able to produce a short example like that if needed.