/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.mjs (736B)
import getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf"; import isNativeReflectConstruct from "@babel/runtime/helpers/isNativeReflectConstruct"; import possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn"; export default 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); }; }