/
var
/
www
/
cobraambalaj
/
node_modules
/
@babel
/
runtime
/
helpers
/
createSuper
/
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/createSuper
mkdir
upload
Name
Size
Mode
Actions
index.js
843
0644
edit
dl
rm
_index.mjs
736
0644
edit
dl
rm
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); }; }
Save
cmd:
run