"use strict"; const [foo, bar = 2] = [1]; exports.foo = foo; exports.bar = bar;