source: frontend/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 337 bytes
Line 
1function _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}
10export { _classApplyDescriptorDestructureSet as default };
Note: See TracBrowser for help on using the repository browser.