Alex Lam S.L.

Results 141 comments of Alex Lam S.L.

So this would work as you expected if we use `--mangle-props globals` a.k.a. #5933: ```js $ cat test.js self.MyGlobal = 1; console.log(self.MyGlobal); console.log(self.MyGlobal2); ``` ```js $ uglify-js test.js -b --mangle-props...