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 doesn't seem to make sense, but swc parses this fine by default and transforms it to:
[{"a": <invalid>}];
We should inspect parser.take_errors() to see if there is a diagnostic here that we could surface as a parse error. I will do this after #11581 lands (don't want to bother with conflicts).
The text was updated successfully, but these errors were encountered:
For exmaple, doing the following in the REPL:
This doesn't seem to make sense, but swc parses this fine by default and transforms it to:
We should inspect
parser.take_errors()
to see if there is a diagnostic here that we could surface as a parse error. I will do this after #11581 lands (don't want to bother with conflicts).The text was updated successfully, but these errors were encountered: