Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

Location:
imaps-frontend/node_modules/@babel/runtime/helpers/esm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/@babel/runtime/helpers/esm/superPropGet.js

    rd565449 r0c6b92a  
    11import get from "./get.js";
    22import getPrototypeOf from "./getPrototypeOf.js";
    3 function _superPropertyGet(t, e, r, o) {
    4   var p = get(getPrototypeOf(1 & o ? t.prototype : t), e, r);
    5   return 2 & o ? function (t) {
    6     return p.apply(r, t);
     3function _superPropGet(t, o, e, r) {
     4  var p = get(getPrototypeOf(1 & r ? t.prototype : t), o, e);
     5  return 2 & r && "function" == typeof p ? function (t) {
     6    return p.apply(e, t);
    77  } : p;
    88}
    9 export { _superPropertyGet as default };
     9export { _superPropGet as default };
  • imaps-frontend/node_modules/@babel/runtime/helpers/esm/superPropSet.js

    rd565449 r0c6b92a  
    11import set from "./set.js";
    22import getPrototypeOf from "./getPrototypeOf.js";
    3 function _superPropertySet(t, e, o, r, p, f) {
     3function _superPropSet(t, e, o, r, p, f) {
    44  return set(getPrototypeOf(f ? t.prototype : t), e, o, r, p);
    55}
    6 export { _superPropertySet as default };
     6export { _superPropSet as default };
Note: See TracChangeset for help on using the changeset viewer.