summaryrefslogtreecommitdiff
path: root/school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js')
-rw-r--r--school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js b/school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js
new file mode 100644
index 0000000..3487684
--- /dev/null
+++ b/school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js
@@ -0,0 +1,6 @@
+function _classCheckPrivateStaticAccess(receiver, classConstructor) {
+ if (receiver !== classConstructor) {
+ throw new TypeError("Private static access of wrong provenance");
+ }
+}
+module.exports = _classCheckPrivateStaticAccess, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file