* fix object rest in array pattern * update test fixtures * early return * use path.stop() at the right path
2 lines
75 B
JavaScript
2 lines
75 B
JavaScript
const [a, [{b, ...c}], {d, ...e}, [{ f, ...g}, {h: [i, {j, ...k}] }]] = x;
|