Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/helpers/lib/helpers-generated.js
rd565449 r0c6b92a 732 732 } 733 733 }), 734 superPropGet: helper("7.25.0", "function _superPropertyGet(t,e,r,o){var p=get(getPrototypeOf(1&o?t.prototype:t),e,r);return 2&o?function(t){return p.apply(r,t)}:p}", {735 globals: [], 736 locals: { 737 _superProp ertyGet: ["body.0.id"]738 }, 739 exportBindingAssignments: [], 740 exportName: "_superProp ertyGet",734 superPropGet: helper("7.25.0", 'function _superPropGet(t,o,e,r){var p=get(getPrototypeOf(1&r?t.prototype:t),o,e);return 2&r&&"function"==typeof p?function(t){return p.apply(e,t)}:p}', { 735 globals: [], 736 locals: { 737 _superPropGet: ["body.0.id"] 738 }, 739 exportBindingAssignments: [], 740 exportName: "_superPropGet", 741 741 dependencies: { 742 742 get: ["body.0.body.body.0.declarations.0.init.callee"], … … 744 744 } 745 745 }), 746 superPropSet: helper("7.25.0", "function _superProp ertySet(t,e,o,r,p,f){return set(getPrototypeOf(f?t.prototype:t),e,o,r,p)}", {747 globals: [], 748 locals: { 749 _superProp ertySet: ["body.0.id"]750 }, 751 exportBindingAssignments: [], 752 exportName: "_superProp ertySet",746 superPropSet: helper("7.25.0", "function _superPropSet(t,e,o,r,p,f){return set(getPrototypeOf(f?t.prototype:t),e,o,r,p)}", { 747 globals: [], 748 locals: { 749 _superPropSet: ["body.0.id"] 750 }, 751 exportBindingAssignments: [], 752 exportName: "_superPropSet", 753 753 dependencies: { 754 754 set: ["body.0.body.body.0.argument.callee"],
Note:
See TracChangeset
for help on using the changeset viewer.