summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js')
-rw-r--r--includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js b/includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js
new file mode 100644
index 0000000..3106476
--- /dev/null
+++ b/includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js
@@ -0,0 +1,6 @@
+var checkPrivateRedeclaration = require("./checkPrivateRedeclaration.js");
+function _classPrivateMethodInitSpec(obj, privateSet) {
+ checkPrivateRedeclaration(obj, privateSet);
+ privateSet.add(obj);
+}
+module.exports = _classPrivateMethodInitSpec, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file