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
Silly oversight. Also need to write a test for it.
if ($tp_next_type === $ID_in || $tp_next_type === $ID_in) {
return THROW_RANGE('Cannot use `let` as a regular var name as the lhs of `in` or `instanceof` in a toplevel expression statement', tok_getStart(), tok_getStop()); // And why would you.
}
The text was updated successfully, but these errors were encountered:
Silly oversight. Also need to write a test for it.
The text was updated successfully, but these errors were encountered: