-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asi bug is not fixed #24
Comments
cc @kdy1 |
I filed swc-project/swc#9355 |
This is more challenging than other ASI issues, because the 'as' expression isn't a standalone statement. |
fixed in swc-project/swc#9358 |
swc-project/swc#9358 is merged, and I published |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref: swc-project/swc#9331
that fix is not complete
is
in typescript playground
But here it transforms into
causing
TypeError: 10 is not a function
While the snippet above causes a visible error, this one below will cause unexpected code to run silentely:
Seems to be an upstream bug?
The text was updated successfully, but these errors were encountered: