diff options
Diffstat (limited to 'school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js')
-rw-r--r-- | school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js b/school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js deleted file mode 100644 index b937d15..0000000 --- a/school/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +++ /dev/null @@ -1,6 +0,0 @@ -function _classCheckPrivateStaticFieldDescriptor(descriptor, action) { - if (descriptor === undefined) { - throw new TypeError("attempted to " + action + " private static field before its declaration"); - } -} -module.exports = _classCheckPrivateStaticFieldDescriptor, module.exports.__esModule = true, module.exports["default"] = module.exports;
\ No newline at end of file |