swc_ecma_transforms_base 42.0.1

rust port of babel and closure compiler.
Documentation
1
2
3
4
function _object_destructuring_empty(o) {
    if (o === null || o === void 0) throw new TypeError("Cannot destructure " + o);
    return o;
}