GT2/Ejectable/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructur...

6 lines
392 B
JavaScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
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);
}