We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f9612 commit 039d495Copy full SHA for 039d495
test/js_optimizer/JSDCE-objectPattern-output.js
@@ -5,7 +5,6 @@ let z = 50;
5
globalThis.f = function([, r]) {
6
let {a, b} = r;
7
let {z: c} = r;
8
- let [, i, {foo: p, bar: q}] = r;
9
return g(a, b, c, d, z);
10
};
11
0 commit comments