implement keep_fargs for mangle (#5307)

closes #4657
This commit is contained in:
Alex Lam S.L
2022-01-20 21:13:26 +00:00
committed by GitHub
parent efed55f42d
commit e24b255350
20 changed files with 507 additions and 267 deletions

View File

@@ -7605,11 +7605,11 @@ issue_5230: {
}());
}
expect: {
while (void (f = function(c) {
while (void (f = function(a) {
var b = 42;
console;
var c;
for (var k in c = [ c ])
var a;
for (var k in a = [ a ])
console.log(b++);
})(f));
var f;