-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Optimize arguments #46
Comments
The problem is that the span still points to the original source after simplifying, so the code generator outputs that. The match expression here could probably be replaced with just the swc/ecmascript/codegen/src/lib.rs Line 275 in 56a6429
|
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
use(8 + 8)
should beuse(16)
But I don't know why it is not optimized.
The text was updated successfully, but these errors were encountered: