Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/runtime/helpers/esm/superPropGet.js
rd565449 r0c6b92a 1 1 import get from "./get.js"; 2 2 import getPrototypeOf from "./getPrototypeOf.js"; 3 function _superProp ertyGet(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);3 function _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); 7 7 } : p; 8 8 } 9 export { _superProp ertyGet as default };9 export { _superPropGet as default };
Note:
See TracChangeset
for help on using the changeset viewer.