summaryrefslogtreecommitdiff
path: root/alarm/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js')
-rw-r--r--alarm/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/alarm/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js b/alarm/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js
deleted file mode 100644
index 07f777d..0000000
--- a/alarm/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js
+++ /dev/null
@@ -1,7 +0,0 @@
-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