-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
javascript with calls to String.raw gets incorrectly minified #701
Comments
Thanks Julian, should be fixed now! |
thanks for the lightning speed fix 😄 |
Just churned out a new release, the NPM release should come up shortly after the GitHub action finishes. |
seems the CI failed because the macos image doesn't have golang installed? |
This is now fixed in the latest release! |
Yeah, I was trying it earlier, thank so much!! |
Are you sure it is downloading the latest commit from GitHub? Maybe add a Otherwise, I believe that x86 will use the precompiled binaries from the GitHub workflow, but ARM will probably need to build from source, but that should just work...not sure what the problem could be... |
maybe it is because this is not updated? Line 6 in a32f60e
Since there are no prebuilds for arm on linux, it would be building the bindings from here, right? |
btw, it seems we can soon run arm linux github actions :) |
You're right, I've made some changes, do they look good to you? If so, I'll release a PS: ARM support would be a great relieve! |
I don't think those would work, because the makefile is calling |
Or perhaps just |
right, this is not a fun problem to solve ^^;; |
|
I've pushed out a commit, it will work with the next version (or do you need me to release a new version?). |
Thanks man! That's very helpful!! |
I've just released v2.20.25 for you, let me know if it works! |
I put together a small reproduction here
The text was updated successfully, but these errors were encountered: