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
x is expected to be an array of length 1 that contains undefined but it is an array with an empty item.
Babel also had this bug so I have submitted a similar issue to babel: babel/babel#14983
Describe the bug
x
is expected to be an array of length 1 that containsundefined
but it is an array with anempty item
.Babel also had this bug so I have submitted a similar issue to babel: babel/babel#14983
Input code
Config
No response
Playground link
https://play.swc.rs/?version=1.3.11&code=H4sIAAAAAAAAA8tJLVGIVtDT01OoUIhVsAWydYC0NVdyfl5xfk6qXk5%2BukaFpjUAjlfKWicAAAA%3D&config=H4sIAAAAAAAAA0WMTQrEIAxG75K1286id5hDBCctFv9IUhgR714tlu7C915ehUMsrBUyshCPS0pU%2FMMKZAOKZZcVTNf6tKEXagYUeScdiiyd%2BZSEJjUQXHRbGSWbQmYSeRHG3T9m66GQfucYKmjJdAc%2F0N7G%2FHPynaLySe0Cj9ke9LUAAAA%3D
Expected behavior
x
is expected to be an array of length 1 that containsundefined
:Actual behavior
x
is an array with anempty item
:Version
1.3.11 (default SWC playground)
Additional context
No response
The text was updated successfully, but these errors were encountered: