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