swc_ecma_transforms_base 41.0.1

rust port of babel and closure compiler.
Documentation
1
2
3
4
function _to_property_key(arg) {
    var key = _to_primitive(arg, "string");
    return _type_of(key) === "symbol" ? key : String(key);
}