swc_ecma_transforms_base 43.0.0

rust port of babel and closure compiler.
Documentation
1
2
3
4
5
function _inherits_loose(subClass, superClass) {
    subClass.prototype = Object.create(superClass.prototype);
    subClass.prototype.constructor = subClass;
    subClass.__proto__ = superClass;
}