feat: refactoring project
This commit is contained in:
4
node_modules/@babel/runtime/helpers/wrapNativeSuper.js
generated
vendored
4
node_modules/@babel/runtime/helpers/wrapNativeSuper.js
generated
vendored
@@ -4,7 +4,7 @@ var isNativeFunction = require("./isNativeFunction.js");
|
||||
var construct = require("./construct.js");
|
||||
function _wrapNativeSuper(t) {
|
||||
var r = "function" == typeof Map ? new Map() : void 0;
|
||||
return (module.exports = _wrapNativeSuper = function _wrapNativeSuper(t) {
|
||||
return module.exports = _wrapNativeSuper = function _wrapNativeSuper(t) {
|
||||
if (null === t || !isNativeFunction(t)) return t;
|
||||
if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function");
|
||||
if (void 0 !== r) {
|
||||
@@ -22,6 +22,6 @@ function _wrapNativeSuper(t) {
|
||||
configurable: !0
|
||||
}
|
||||
}), setPrototypeOf(Wrapper, t);
|
||||
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _wrapNativeSuper(t);
|
||||
}, module.exports.__esModule = true, module.exports["default"] = module.exports, _wrapNativeSuper(t);
|
||||
}
|
||||
module.exports = _wrapNativeSuper, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
||||
Reference in New Issue
Block a user