swc_ecma_transforms_base 43.0.1

rust port of babel and closure compiler.
Documentation
1
2
3
function _array_without_holes(arr) {
    if (Array.isArray(arr)) return _array_like_to_array(arr);
}