swc is still renaming global scope vars [fixed at #2940] #3419
Unanswered
ShayRubach
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To my understanding, this issue was resolved #2940 on latest swc versions, even if
disable_hygiene
is disabled.Though, I'm experiencing this renaming issue. When
disabled_hygiene=true
, it doesn't rename the vars. So, what am I doing wrong, or not doing here?cargo search swc
output:Cargo.toml
:Btw, a noob question. What is the correlation between SWC's release build number (version) and SWC's crate version? Because at first I thought I'm using the wrong version, but Cargo suggested this is the latest one straight out of the github repo.
Cheers 🥂
Beta Was this translation helpful? Give feedback.
All reactions