{"version":3,"sources":["node_modules\\react-native-on-web\\lib\\components\\Navigator\\lib\\emitter\\EventSubscription.js"],"names":["Object","defineProperty","exports","value","_createClass","defineProperties","target","props","i","length","descriptor","enumerable","configurable","writable","key","Constructor","protoProps","staticProps","prototype","_classCallCheck","instance","TypeError","EventSubscription","subscriber","remove","removeSubscription","default"],"mappings":"AAAA,aAAaA,OAAOC,cAAP,CAAsBC,OAAtB,CAA8B,YAA9B,CAA2C,CAACC,MAAM,IAAP,CAA3C,EAAyD,GAAIC,cAAa,UAAU,CAAC,QAASC,iBAAT,CAA0BC,MAA1B,CAAiCC,KAAjC,CAAuC,CAAC,IAAI,GAAIC,GAAE,CAAV,CAAYA,EAAED,MAAME,MAApB,CAA2BD,GAA3B,CAA+B,CAAC,GAAIE,YAAWH,MAAMC,CAAN,CAAf,CAAwBE,WAAWC,UAAX,CAAsBD,WAAWC,UAAX,EAAuB,KAA7C,CAAmDD,WAAWE,YAAX,CAAwB,IAAxB,CAA6B,GAAG,SAAUF,WAAb,CAAwBA,WAAWG,QAAX,CAAoB,IAApB,CAAyBb,OAAOC,cAAP,CAAsBK,MAAtB,CAA6BI,WAAWI,GAAxC,CAA4CJ,UAA5C,EAAyD,CAAC,OAAO,UAASK,WAAT,CAAqBC,UAArB,CAAgCC,WAAhC,CAA4C,CAAC,GAAGD,UAAH,CAAcX,iBAAiBU,YAAYG,SAA7B,CAAuCF,UAAvC,EAAmD,GAAGC,WAAH,CAAeZ,iBAAiBU,WAAjB,CAA6BE,WAA7B,EAA0C,MAAOF,YAAP,CAAoB,CAAlM,CAAoM,CAA1e,EAAjB,CAA8f,QAASI,gBAAT,CAAyBC,QAAzB,CAAkCL,WAAlC,CAA8C,CAAC,GAAG,EAAEK,mBAAoBL,YAAtB,CAAH,CAAsC,CAAC,KAAM,IAAIM,UAAJ,CAAc,mCAAd,CAAN,CAA0D,CAAC;;;;;;AAMrtBC,kBAAkB,UAAU;;;;;;AAM5B,QAASA,kBAAT,CAA2BC,UAA3B,CAAsC,CAACJ,gBAAgB,IAAhB,CAAqBG,iBAArB;AACvC,KAAKC,UAAL,CAAgBA,UAAhB;AACC,cAAaD,iBAAb,CAA+B,CAAC,CAACR,IAAI,QAAL,CAAcX,MAAM,QAASqB,OAAT;;;;;AAKrD;AACA,KAAKD,UAAL,CAAgBE,kBAAhB,CAAmC,IAAnC;AACC,CAPgC,CAAD,CAA/B,EAOI,MAAOH,kBAAP,CAA0B,CAfb,EANmsB,CAqBnrBpB,QAAQwB,OAAR;;;AAGlCJ,iBAHkC","file":"EventSubscription.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';Object.defineProperty(exports,\"__esModule\",{value:true});var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if(\"value\"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}return function(Constructor,protoProps,staticProps){if(protoProps)defineProperties(Constructor.prototype,protoProps);if(staticProps)defineProperties(Constructor,staticProps);return Constructor;};}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError(\"Cannot call a class as a function\");}}var\n\n\n\n\n\nEventSubscription=function(){\n\n\n\n\n\nfunction EventSubscription(subscriber){_classCallCheck(this,EventSubscription);\nthis.subscriber=subscriber;\n}_createClass(EventSubscription,[{key:'remove',value:function remove()\n\n\n\n\n{\nthis.subscriber.removeSubscription(this);\n}}]);return EventSubscription;}();exports.default=\n\n\nEventSubscription;"]}