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

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 337 bytes
RevLine 
[d565449]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.