diff options
Diffstat (limited to 'school/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js')
-rw-r--r-- | school/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/school/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js b/school/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js new file mode 100644 index 0000000..07f777d --- /dev/null +++ b/school/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js @@ -0,0 +1,7 @@ +var classApplyDescriptorDestructureSet = require("./classApplyDescriptorDestructureSet.js"); +var classExtractFieldDescriptor = require("./classExtractFieldDescriptor.js"); +function _classPrivateFieldDestructureSet(receiver, privateMap) { + var descriptor = classExtractFieldDescriptor(receiver, privateMap, "set"); + return classApplyDescriptorDestructureSet(receiver, descriptor); +} +module.exports = _classPrivateFieldDestructureSet, module.exports.__esModule = true, module.exports["default"] = module.exports;
\ No newline at end of file |