forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
6
VApp/node_modules/@babel/runtime/helpers/esm/callSuper.js
generated
vendored
Normal file
6
VApp/node_modules/@babel/runtime/helpers/esm/callSuper.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import getPrototypeOf from "./getPrototypeOf.js";
|
||||
import isNativeReflectConstruct from "./isNativeReflectConstruct.js";
|
||||
import possibleConstructorReturn from "./possibleConstructorReturn.js";
|
||||
export default function _callSuper(t, o, e) {
|
||||
return o = getPrototypeOf(o), possibleConstructorReturn(t, isNativeReflectConstruct() ? Reflect.construct(o, e || [], getPrototypeOf(t).constructor) : o.apply(t, e));
|
||||
}
|
||||
Reference in New Issue
Block a user