|
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:
410 bytes
|
| Line | |
|---|
| 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 | module.exports = _classApplyDescriptorDestructureSet, module.exports.__esModule = true, module.exports["default"] = module.exports; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.