aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/@babel/runtime/helpers/esm/createSuper.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@babel/runtime/helpers/esm/createSuper.js')
-rw-r--r--node_modules/@babel/runtime/helpers/esm/createSuper.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/node_modules/@babel/runtime/helpers/esm/createSuper.js b/node_modules/@babel/runtime/helpers/esm/createSuper.js
deleted file mode 100644
index dfabf71..0000000
--- a/node_modules/@babel/runtime/helpers/esm/createSuper.js
+++ /dev/null
@@ -1,16 +0,0 @@
-import getPrototypeOf from "./getPrototypeOf.js";
-import isNativeReflectConstruct from "./isNativeReflectConstruct.js";
-import possibleConstructorReturn from "./possibleConstructorReturn.js";
-function _createSuper(t) {
- var r = isNativeReflectConstruct();
- return function () {
- var e,
- o = getPrototypeOf(t);
- if (r) {
- var s = getPrototypeOf(this).constructor;
- e = Reflect.construct(o, arguments, s);
- } else e = o.apply(this, arguments);
- return possibleConstructorReturn(this, e);
- };
-}
-export { _createSuper as default }; \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage