swc_ecma_transforms_base 43.0.0

rust port of babel and closure compiler.
Documentation
1
2
3
function _iterable_to_array(iter) {
    if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
}