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
I need to spend some time rewriting this part of the code, it's a bit more involved.
Boshen
changed the title
remove dead branch transfomer need to hosited variables and keep the side effect
minifier: dce + var hosting edge cases
Nov 11, 2024
Input
Output
Expected
The
a,b,c,d
need to hosted, the((() => console.log('effect'))()
need to preserve.Found the case at https://github.com/rollup/rollup/blob/master/test/form/samples/hoisted-vars-in-dead-branches/main.js
The text was updated successfully, but these errors were encountered: