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

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

Fix frontend appearance

  • Property mode set to 100644
File size: 305 bytes
RevLine 
[9af201e]1import classApplyDescriptorSet from "./classApplyDescriptorSet.js";
2import classPrivateFieldGet2 from "./classPrivateFieldGet2.js";
3function _classPrivateFieldSet(e, t, r) {
4 var s = classPrivateFieldGet2(t, e);
5 return classApplyDescriptorSet(e, s, r), r;
6}
7export { _classPrivateFieldSet as default };
Note: See TracBrowser for help on using the repository browser.