source: node_modules/@babel/runtime-corejs3/helpers/esm/callSuper.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 486 bytes
Line 
1import _Reflect$construct from "core-js-pure/features/reflect/construct.js";
2import getPrototypeOf from "./getPrototypeOf.js";
3import isNativeReflectConstruct from "./isNativeReflectConstruct.js";
4import possibleConstructorReturn from "./possibleConstructorReturn.js";
5export default 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}
Note: See TracBrowser for help on using the repository browser.