classApplyDescriptorDestructureSet.js 337 B

12345678910
  1. function _classApplyDescriptorDestructureSet(e, t) {
  2. if (t.set) return "__destrObj" in t || (t.__destrObj = {
  3. set value(r) {
  4. t.set.call(e, r);
  5. }
  6. }), t.__destrObj;
  7. if (!t.writable) throw new TypeError("attempted to set read only private field");
  8. return t;
  9. }
  10. export { _classApplyDescriptorDestructureSet as default };