1 | var _Reflect$construct = require("core-js/library/fn/reflect/construct.js");
|
2 | var getPrototypeOf = require("./getPrototypeOf.js");
|
3 | var isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
|
4 | var possibleConstructorReturn = require("./possibleConstructorReturn.js");
|
5 | function _callSuper(t, o, e) {
|
6 | return o = getPrototypeOf(o), possibleConstructorReturn(t, isNativeReflectConstruct() ? _Reflect$construct(o, e || [], getPrototypeOf(t).constructor) : o.apply(t, e));
|
7 | }
|
8 | module.exports = _callSuper, module.exports.__esModule = true, module.exports["default"] = module.exports; |
\ | No newline at end of file |