diff options
Diffstat (limited to 'includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js')
-rw-r--r-- | includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js b/includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js new file mode 100644 index 0000000..a44fd78 --- /dev/null +++ b/includes/external/school/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js @@ -0,0 +1,4 @@ +function _classPrivateMethodSet() { + throw new TypeError("attempted to reassign private method"); +} +module.exports = _classPrivateMethodSet, module.exports.__esModule = true, module.exports["default"] = module.exports;
\ No newline at end of file |