UNPKG

868 BJavaScriptView Raw
1var _Reflect$construct = require("@babel/runtime-corejs2/core-js/reflect/construct");
2var getPrototypeOf = require("./getPrototypeOf.js");
3var isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
4var possibleConstructorReturn = require("./possibleConstructorReturn.js");
5function _createSuper(Derived) {
6 var hasNativeReflectConstruct = isNativeReflectConstruct();
7 return function _createSuperInternal() {
8 var Super = getPrototypeOf(Derived),
9 result;
10 if (hasNativeReflectConstruct) {
11 var NewTarget = getPrototypeOf(this).constructor;
12 result = _Reflect$construct(Super, arguments, NewTarget);
13 } else {
14 result = Super.apply(this, arguments);
15 }
16 return possibleConstructorReturn(this, result);
17 };
18}
19module.exports = _createSuper, module.exports.__esModule = true, module.exports["default"] = module.exports;
\No newline at end of file