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
{{ message }}
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
function_classCallCheck(instance,Constructor){if(!(instanceinstanceofConstructor)){thrownewTypeError("Cannot call a class as a function");}}
14
-
15
-
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,enumerable: false,writable: true,configurable: true}});if(superClass)Object.setPrototypeOf ? Object.setPrototypeOf(subClass,superClass) : subClass.__proto__=superClass;}
function_classCallCheck(instance,Constructor){if(!(instanceinstanceofConstructor)){thrownewTypeError("Cannot call a class as a function");}}
30
+
31
+
function_possibleConstructorReturn(self,call){if(!self){thrownewReferenceError("this hasn't been initialised - super() hasn't been called");}returncall&&(typeofcall==="object"||typeofcall==="function") ? call : self;}
32
+
33
+
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,enumerable: false,writable: true,configurable: true}});if(superClass)Object.setPrototypeOf ? Object.setPrototypeOf(subClass,superClass) : subClass.__proto__=superClass;}
var_createDecoratedClass=(function(){functiondefineProperties(target,descriptors,initializers){for(vari=0;i<descriptors.length;i++){vardescriptor=descriptors[i];vardecorators=descriptor.decorators;varkey=descriptor.key;deletedescriptor.key;deletedescriptor.decorators;descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"indescriptor||descriptor.initializer)descriptor.writable=true;if(decorators){for(varf=0;f<decorators.length;f++){vardecorator=decorators[f];if(typeofdecorator==="function"){descriptor=decorator(target,key,descriptor)||descriptor;}else{thrownewTypeError("The decorator for method "+descriptor.key+" is of the invalid type "+typeofdecorator);}}if(descriptor.initializer!==undefined){initializers[key]=descriptor;continue;}}Object.defineProperty(target,key,descriptor);}}returnfunction(Constructor,protoProps,staticProps,protoInitializers,staticInitializers){if(protoProps)defineProperties(Constructor.prototype,protoProps,protoInitializers);if(staticProps)defineProperties(Constructor,staticProps,staticInitializers);returnConstructor;};})();
function_classCallCheck(instance,Constructor){if(!(instanceinstanceofConstructor)){thrownewTypeError("Cannot call a class as a function");}}
16
-
17
-
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,enumerable: false,writable: true,configurable: true}});if(superClass)Object.setPrototypeOf ? Object.setPrototypeOf(subClass,superClass) : subClass.__proto__=superClass;}
(0,_invariant2["default"])(identifier&&(typeofidentifier==="string"||typeofidentifier==="symbol"||typeofidentifier==="function"),"Expected identifier to be string, symbol or function. See %s",displayName);
17
+
(0,_invariant2.default)(identifier&&(typeofidentifier==="string"||(typeofidentifier==="undefined" ? "undefined" : _typeof(identifier))==="symbol"||typeofidentifier==="function"),"Expected identifier to be string, symbol or function. See %s",displayName);
46
18
47
-
(0,_invariant2["default"])(typeofconfigure==="function","Expected configure to be a function. See %s",displayName);
19
+
(0,_invariant2.default)(typeofconfigure==="function","Expected configure to be a function. See %s",displayName);
function_classCallCheck(instance,Constructor){if(!(instanceinstanceofConstructor)){thrownewTypeError("Cannot call a class as a function");}}
97
+
98
+
function_possibleConstructorReturn(self,call){if(!self){thrownewReferenceError("this hasn't been initialised - super() hasn't been called");}returncall&&(typeofcall==="object"||typeofcall==="function") ? call : self;}
99
+
100
+
function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor: {value: subClass,enumerable: false,writable: true,configurable: true}});if(superClass)Object.setPrototypeOf ? Object.setPrototypeOf(subClass,superClass) : subClass.__proto__=superClass;}
0 commit comments