When using nested array destructuring with holes inside an async function, SWC’s ES5 output mishandles the destructuring. The transform drops the hole and shifts values, causing one of the awaited ...