Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/15/60d4b4f895fe662db5c7d2945b9eece6995ef94cb9cf974cb15381ba01cdb139b408c5
T
2025-10-24 02:46:57 +00:00

1 line
4.7 KiB
Plaintext

{"dependencies":[{"name":"rxjs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":63,"index":63}}],"key":"PnOMrhZAPWoeW3ygrvUJ7ff768Y=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.refCountDelay = refCountDelay;\n var _rxjs = require(_dependencyMap[0], \"rxjs\");\n /** @internal */\n function refCountDelay(delay = 1750) {\n return source => {\n // state: 0 = disconnected, 1 = disconnecting, 2 = connecting, 3 = connected\n let [state, refCount, connection, scheduler] = [0, 0, _rxjs.Subscription.EMPTY, _rxjs.Subscription.EMPTY];\n return new _rxjs.Observable(ob => {\n source.subscribe(ob);\n if (refCount++ === 0) {\n if (state === 1) {\n scheduler.unsubscribe();\n } else {\n // eslint-disable-next-line deprecation/deprecation\n connection = source.connect();\n }\n state = 3;\n }\n return () => {\n if (--refCount === 0) {\n if (state === 2) {\n state = 0;\n scheduler.unsubscribe();\n } else {\n // state === 3\n state = 1;\n scheduler = _rxjs.asapScheduler.schedule(() => {\n state = 0;\n connection.unsubscribe();\n }, delay);\n }\n }\n };\n });\n };\n }\n});","lineCount":43,"map":[[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"refCountDelay"],[7,23,3,0],[7,26,3,0,"refCountDelay"],[7,39,3,0],[8,2,1,0],[8,6,1,0,"_rxjs"],[8,11,1,0],[8,14,1,0,"require"],[8,21,1,0],[8,22,1,0,"_dependencyMap"],[8,36,1,0],[9,2,2,0],[10,2,3,7],[10,11,3,16,"refCountDelay"],[10,24,3,29,"refCountDelay"],[10,25,3,30,"delay"],[10,30,3,35],[10,33,3,38],[10,37,3,42],[10,39,3,44],[11,4,4,4],[11,11,4,12,"source"],[11,17,4,18],[11,21,4,23],[12,6,5,8],[13,6,6,8],[13,10,6,12],[13,11,6,13,"state"],[13,16,6,18],[13,18,6,20,"refCount"],[13,26,6,28],[13,28,6,30,"connection"],[13,38,6,40],[13,40,6,42,"scheduler"],[13,49,6,51],[13,50,6,52],[13,53,6,55],[13,54,6,56],[13,55,6,57],[13,57,6,59],[13,58,6,60],[13,60,6,62,"Subscription"],[13,65,6,74],[13,66,6,74,"Subscription"],[13,78,6,74],[13,79,6,75,"EMPTY"],[13,84,6,80],[13,86,6,82,"Subscription"],[13,91,6,94],[13,92,6,94,"Subscription"],[13,104,6,94],[13,105,6,95,"EMPTY"],[13,110,6,100],[13,111,6,101],[14,6,7,8],[14,13,7,15],[14,17,7,19,"Observable"],[14,22,7,29],[14,23,7,29,"Observable"],[14,33,7,29],[14,34,7,31,"ob"],[14,36,7,33],[14,40,7,38],[15,8,8,12,"source"],[15,14,8,18],[15,15,8,19,"subscribe"],[15,24,8,28],[15,25,8,29,"ob"],[15,27,8,31],[15,28,8,32],[16,8,9,12],[16,12,9,16,"refCount"],[16,20,9,24],[16,22,9,26],[16,27,9,31],[16,28,9,32],[16,30,9,34],[17,10,10,16],[17,14,10,20,"state"],[17,19,10,25],[17,24,10,30],[17,25,10,31],[17,27,10,33],[18,12,11,20,"scheduler"],[18,21,11,29],[18,22,11,30,"unsubscribe"],[18,33,11,41],[18,34,11,42],[18,35,11,43],[19,10,12,16],[19,11,12,17],[19,17,13,21],[20,12,14,20],[21,12,15,20,"connection"],[21,22,15,30],[21,25,15,33,"source"],[21,31,15,39],[21,32,15,40,"connect"],[21,39,15,47],[21,40,15,48],[21,41,15,49],[22,10,16,16],[23,10,17,16,"state"],[23,15,17,21],[23,18,17,24],[23,19,17,25],[24,8,18,12],[25,8,19,12],[25,15,19,19],[25,21,19,25],[26,10,20,16],[26,14,20,20],[26,16,20,22,"refCount"],[26,24,20,30],[26,29,20,35],[26,30,20,36],[26,32,20,38],[27,12,21,20],[27,16,21,24,"state"],[27,21,21,29],[27,26,21,34],[27,27,21,35],[27,29,21,37],[28,14,22,24,"state"],[28,19,22,29],[28,22,22,32],[28,23,22,33],[29,14,23,24,"scheduler"],[29,23,23,33],[29,24,23,34,"unsubscribe"],[29,35,23,45],[29,36,23,46],[29,37,23,47],[30,12,24,20],[30,13,24,21],[30,19,25,25],[31,14,26,24],[32,14,27,24,"state"],[32,19,27,29],[32,22,27,32],[32,23,27,33],[33,14,28,24,"scheduler"],[33,23,28,33],[33,26,28,36,"asapScheduler"],[33,31,28,49],[33,32,28,49,"asapScheduler"],[33,45,28,49],[33,46,28,50,"schedule"],[33,54,28,58],[33,55,28,59],[33,61,28,65],[34,16,29,28,"state"],[34,21,29,33],[34,24,29,36],[34,25,29,37],[35,16,30,28,"connection"],[35,26,30,38],[35,27,30,39,"unsubscribe"],[35,38,30,50],[35,39,30,51],[35,40,30,52],[36,14,31,24],[36,15,31,25],[36,17,31,27,"delay"],[36,22,31,32],[36,23,31,33],[37,12,32,20],[38,10,33,16],[39,8,34,12],[39,9,34,13],[40,6,35,8],[40,7,35,9],[40,8,35,10],[41,4,36,4],[41,5,36,5],[42,2,37,0],[43,0,37,1],[43,3]],"functionMap":{"names":["<global>","refCountDelay","<anonymous>","Observable$argument_0","asapScheduler.schedule$argument_0"],"mappings":"AAA;OCE;WCC;8BCG;mBDY;2DES;yBFG;aCG;SDC;KDC;CDC"},"hasCjsExports":false},"type":"js/module"}]}