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
This results in a type check error, because it doesn't make sense to destructure a string key. But it should still emit correctly downlevel. Right now we emit:
for(var_a=void0,a=_a[0],b=_a[1]in[]){}
which is incorrect.
The text was updated successfully, but these errors were encountered:
The following is allowed by the ES6 grammar:
This results in a type check error, because it doesn't make sense to destructure a string key. But it should still emit correctly downlevel. Right now we emit:
which is incorrect.
The text was updated successfully, but these errors were encountered: