You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function_createForOfIteratorHelper(o,allowArrayLike){varit=typeofSymbol!=="undefined"&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&typeofo.length==="number"){if(it)o=it;vari=0;varF=functionF(){};return{s: F,n: functionn(){if(i>=o.length)return{done: true};return{done: false,value: o[i++]};},e: functione(_e){throw_e;},f: F};}thrownewTypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}varnormalCompletion=true,didErr=false,err;return{s: functions(){it=it.call(o);},n: functionn(){varstep=it.next();normalCompletion=step.done;returnstep;},e: functione(_e2){didErr=true;err=_e2;},f: functionf(){try{if(!normalCompletion&&it["return"]!=null)it["return"]();}finally{if(didErr)throwerr;}}};}
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function");}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,writable: true,configurable: true}});Object.defineProperty(subClass,"prototype",{writable: false});if(superClass)_setPrototypeOf(subClass,superClass);}
function_possibleConstructorReturn(self,call){if(call&&(_typeof(call)==="object"||typeofcall==="function")){returncall;}elseif(call!==void0){thrownewTypeError("Derived constructors may only return object or undefined");}return_assertThisInitialized(self);}
11
-
function_assertThisInitialized(self){if(self===void0){thrownewReferenceError("this hasn't been initialised - super() hasn't been called");}returnself;}
12
-
function_wrapNativeSuper(Class){var_cache=typeofMap==="function" ? newMap() : undefined;_wrapNativeSuper=function_wrapNativeSuper(Class){if(Class===null||!_isNativeFunction(Class))returnClass;if(typeofClass!=="function"){thrownewTypeError("Super expression must either be null or a function");}if(typeof_cache!=="undefined"){if(_cache.has(Class))return_cache.get(Class);_cache.set(Class,Wrapper);}functionWrapper(){return_construct(Class,arguments,_getPrototypeOf(this).constructor);}Wrapper.prototype=Object.create(Class.prototype,{constructor: {value: Wrapper,enumerable: false,writable: true,configurable: true}});return_setPrototypeOf(Wrapper,Class);};return_wrapNativeSuper(Class);}
function_createForOfIteratorHelper(r,e){vart="undefined"!=typeofSymbol&&r[Symbol.iterator]||r["@@iterator"];if(!t){if(Array.isArray(r)||(t=_unsupportedIterableToArray(r))||e&&r&&"number"==typeofr.length){t&&(r=t);var_n=0,F=functionF(){};return{s: F,n: functionn(){return_n>=r.length ? {done: !0} : {done: !1,value: r[_n++]};},e: functione(r){throwr;},f: F};}thrownewTypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}varo,a=!0,u=!1;return{s: functions(){t=t.call(r);},n: functionn(){varr=t.next();returna=r.done,r;},e: functione(r){u=!0,o=r;},f: functionf(){try{a||null==t["return"]||t["return"]();}finally{if(u)throwo;}}};}
function_toPropertyKey(t){vari=_toPrimitive(t,"string");return"symbol"==_typeof(i) ? i : i+"";}
9
+
function_toPrimitive(t,r){if("object"!=_typeof(t)||!t)returnt;vare=t[Symbol.toPrimitive];if(void0!==e){vari=e.call(t,r||"default");if("object"!=_typeof(i))returni;thrownewTypeError("@@toPrimitive must return a primitive value.");}return("string"===r ? String : Number)(t);}
function_possibleConstructorReturn(t,e){if(e&&("object"==_typeof(e)||"function"==typeofe))returne;if(void0!==e)thrownewTypeError("Derived constructors may only return object or undefined");return_assertThisInitialized(t);}
12
+
function_assertThisInitialized(e){if(void0===e)thrownewReferenceError("this hasn't been initialised - super() hasn't been called");returne;}
13
+
function_inherits(t,e){if("function"!=typeofe&&null!==e)thrownewTypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor: {value: t,writable: !0,configurable: !0}}),Object.defineProperty(t,"prototype",{writable: !1}),e&&_setPrototypeOf(t,e);}
14
+
function_wrapNativeSuper(t){varr="function"==typeofMap ? newMap() : void0;return_wrapNativeSuper=function_wrapNativeSuper(t){if(null===t||!_isNativeFunction(t))returnt;if("function"!=typeoft)thrownewTypeError("Super expression must either be null or a function");if(void0!==r){if(r.has(t))returnr.get(t);r.set(t,Wrapper);}functionWrapper(){return_construct(t,arguments,_getPrototypeOf(this).constructor);}returnWrapper.prototype=Object.create(t.prototype,{constructor: {value: Wrapper,enumerable: !1,writable: !0,configurable: !0}}),_setPrototypeOf(Wrapper,t);},_wrapNativeSuper(t);}
0 commit comments