aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/@babel/runtime/helpers/createSuper.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@babel/runtime/helpers/createSuper.js')
-rw-r--r--node_modules/@babel/runtime/helpers/createSuper.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/node_modules/@babel/runtime/helpers/createSuper.js b/node_modules/@babel/runtime/helpers/createSuper.js
deleted file mode 100644
index b1869e6..0000000
--- a/node_modules/@babel/runtime/helpers/createSuper.js
+++ /dev/null
@@ -1,16 +0,0 @@
-var getPrototypeOf = require("./getPrototypeOf.js");
-var isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
-var possibleConstructorReturn = require("./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);
- };
-}
-module.exports = _createSuper, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage