source: imaps-frontend/node_modules/@babel/runtime/helpers/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: 410 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}
10module.exports = _classApplyDescriptorDestructureSet, module.exports.__esModule = true, module.exports["default"] = module.exports;
Note: See TracBrowser for help on using the repository browser.