summaryrefslogtreecommitdiff
path: root/alarm/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js')
-rw-r--r--alarm/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/alarm/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js b/alarm/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js
deleted file mode 100644
index fb58833..0000000
--- a/alarm/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js
+++ /dev/null
@@ -1,6 +0,0 @@
-import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js";
-import classExtractFieldDescriptor from "./classExtractFieldDescriptor.js";
-export default function _classPrivateFieldDestructureSet(receiver, privateMap) {
- var descriptor = classExtractFieldDescriptor(receiver, privateMap, "set");
- return classApplyDescriptorDestructureSet(receiver, descriptor);
-} \ No newline at end of file