You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
238 B

3 months ago
  1. function _classApplyDescriptorSet(e, t, l) {
  2. if (t.set) t.set.call(e, l);else {
  3. if (!t.writable) throw new TypeError("attempted to set read only private field");
  4. t.value = l;
  5. }
  6. }
  7. export { _classApplyDescriptorSet as default };