improve compress efficiency (#5220)

This commit is contained in:
Alex Lam S.L
2021-12-15 00:08:24 +00:00
committed by GitHub
parent 7fe7c39a01
commit 509896a410
7 changed files with 100 additions and 96 deletions

View File

@@ -866,9 +866,9 @@ issue_4575: {
}
expect: {
(function(a) {
(function a(...d) {
(function(d) {
console.log(d.length);
})();
})([]);
})();
}
expect_stdout: "0"