/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/createSuper
NameSizeModeActions
index.js8430644editdlrm
_index.mjs7360644editdlrm
Edit: /var/www/cobraambalaj/node_modules/@babel/runtime/helpers/createSuper/index.js (843B)
var getPrototypeOf = require("@babel/runtime/helpers/getPrototypeOf"); var isNativeReflectConstruct = require("@babel/runtime/helpers/isNativeReflectConstruct"); var possibleConstructorReturn = require("@babel/runtime/helpers/possibleConstructorReturn"); function _createSuper(Derived) { var hasNativeReflectConstruct = isNativeReflectConstruct(); return function _createSuperInternal() { var Super = getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return possibleConstructorReturn(this, result); }; } module.exports = _createSuper; module.exports["default"] = module.exports, module.exports.__esModule = true;