Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/6d/94ee9b4767692d26406e5e5a3f0f92b3646d320b96c0c1f7a24562b331638495f97ba9
T
2025-11-08 10:07:13 +00:00

1 line
8.6 KiB
Plaintext

{"dependencies":[],"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.getLocalStorage = exports.getLocalStorageOrThrow = exports.getCrypto = exports.getCryptoOrThrow = exports.getLocation = exports.getLocationOrThrow = exports.getNavigator = exports.getNavigatorOrThrow = exports.getDocument = exports.getDocumentOrThrow = exports.getFromWindowOrThrow = exports.getFromWindow = void 0;\n function getFromWindow(name) {\n var res = undefined;\n if (typeof window !== \"undefined\" && typeof window[name] !== \"undefined\") {\n res = window[name];\n }\n return res;\n }\n exports.getFromWindow = getFromWindow;\n function getFromWindowOrThrow(name) {\n var res = getFromWindow(name);\n if (!res) {\n throw new Error(`${name} is not defined in Window`);\n }\n return res;\n }\n exports.getFromWindowOrThrow = getFromWindowOrThrow;\n function getDocumentOrThrow() {\n return getFromWindowOrThrow(\"document\");\n }\n exports.getDocumentOrThrow = getDocumentOrThrow;\n function getDocument() {\n return getFromWindow(\"document\");\n }\n exports.getDocument = getDocument;\n function getNavigatorOrThrow() {\n return getFromWindowOrThrow(\"navigator\");\n }\n exports.getNavigatorOrThrow = getNavigatorOrThrow;\n function getNavigator() {\n return getFromWindow(\"navigator\");\n }\n exports.getNavigator = getNavigator;\n function getLocationOrThrow() {\n return getFromWindowOrThrow(\"location\");\n }\n exports.getLocationOrThrow = getLocationOrThrow;\n function getLocation() {\n return getFromWindow(\"location\");\n }\n exports.getLocation = getLocation;\n function getCryptoOrThrow() {\n return getFromWindowOrThrow(\"crypto\");\n }\n exports.getCryptoOrThrow = getCryptoOrThrow;\n function getCrypto() {\n return getFromWindow(\"crypto\");\n }\n exports.getCrypto = getCrypto;\n function getLocalStorageOrThrow() {\n return getFromWindowOrThrow(\"localStorage\");\n }\n exports.getLocalStorageOrThrow = getLocalStorageOrThrow;\n function getLocalStorage() {\n return getFromWindow(\"localStorage\");\n }\n exports.getLocalStorage = getLocalStorage;\n});","lineCount":64,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"getLocalStorage"],[7,25,3,23],[7,28,3,26,"exports"],[7,35,3,33],[7,36,3,34,"getLocalStorageOrThrow"],[7,58,3,56],[7,61,3,59,"exports"],[7,68,3,66],[7,69,3,67,"getCrypto"],[7,78,3,76],[7,81,3,79,"exports"],[7,88,3,86],[7,89,3,87,"getCryptoOrThrow"],[7,105,3,103],[7,108,3,106,"exports"],[7,115,3,113],[7,116,3,114,"getLocation"],[7,127,3,125],[7,130,3,128,"exports"],[7,137,3,135],[7,138,3,136,"getLocationOrThrow"],[7,156,3,154],[7,159,3,157,"exports"],[7,166,3,164],[7,167,3,165,"getNavigator"],[7,179,3,177],[7,182,3,180,"exports"],[7,189,3,187],[7,190,3,188,"getNavigatorOrThrow"],[7,209,3,207],[7,212,3,210,"exports"],[7,219,3,217],[7,220,3,218,"getDocument"],[7,231,3,229],[7,234,3,232,"exports"],[7,241,3,239],[7,242,3,240,"getDocumentOrThrow"],[7,260,3,258],[7,263,3,261,"exports"],[7,270,3,268],[7,271,3,269,"getFromWindowOrThrow"],[7,291,3,289],[7,294,3,292,"exports"],[7,301,3,299],[7,302,3,300,"getFromWindow"],[7,315,3,313],[7,318,3,316],[7,323,3,321],[7,324,3,322],[8,2,4,0],[8,11,4,9,"getFromWindow"],[8,24,4,22,"getFromWindow"],[8,25,4,23,"name"],[8,29,4,27],[8,31,4,29],[9,4,5,4],[9,8,5,8,"res"],[9,11,5,11],[9,14,5,14,"undefined"],[9,23,5,23],[10,4,6,4],[10,8,6,8],[10,15,6,15,"window"],[10,21,6,21],[10,26,6,26],[10,37,6,37],[10,41,6,41],[10,48,6,48,"window"],[10,54,6,54],[10,55,6,55,"name"],[10,59,6,59],[10,60,6,60],[10,65,6,65],[10,76,6,76],[10,78,6,78],[11,6,7,8,"res"],[11,9,7,11],[11,12,7,14,"window"],[11,18,7,20],[11,19,7,21,"name"],[11,23,7,25],[11,24,7,26],[12,4,8,4],[13,4,9,4],[13,11,9,11,"res"],[13,14,9,14],[14,2,10,0],[15,2,11,0,"exports"],[15,9,11,7],[15,10,11,8,"getFromWindow"],[15,23,11,21],[15,26,11,24,"getFromWindow"],[15,39,11,37],[16,2,12,0],[16,11,12,9,"getFromWindowOrThrow"],[16,31,12,29,"getFromWindowOrThrow"],[16,32,12,30,"name"],[16,36,12,34],[16,38,12,36],[17,4,13,4],[17,8,13,10,"res"],[17,11,13,13],[17,14,13,16,"getFromWindow"],[17,27,13,29],[17,28,13,30,"name"],[17,32,13,34],[17,33,13,35],[18,4,14,4],[18,8,14,8],[18,9,14,9,"res"],[18,12,14,12],[18,14,14,14],[19,6,15,8],[19,12,15,14],[19,16,15,18,"Error"],[19,21,15,23],[19,22,15,24],[19,25,15,27,"name"],[19,29,15,31],[19,56,15,58],[19,57,15,59],[20,4,16,4],[21,4,17,4],[21,11,17,11,"res"],[21,14,17,14],[22,2,18,0],[23,2,19,0,"exports"],[23,9,19,7],[23,10,19,8,"getFromWindowOrThrow"],[23,30,19,28],[23,33,19,31,"getFromWindowOrThrow"],[23,53,19,51],[24,2,20,0],[24,11,20,9,"getDocumentOrThrow"],[24,29,20,27,"getDocumentOrThrow"],[24,30,20,27],[24,32,20,30],[25,4,21,4],[25,11,21,11,"getFromWindowOrThrow"],[25,31,21,31],[25,32,21,32],[25,42,21,42],[25,43,21,43],[26,2,22,0],[27,2,23,0,"exports"],[27,9,23,7],[27,10,23,8,"getDocumentOrThrow"],[27,28,23,26],[27,31,23,29,"getDocumentOrThrow"],[27,49,23,47],[28,2,24,0],[28,11,24,9,"getDocument"],[28,22,24,20,"getDocument"],[28,23,24,20],[28,25,24,23],[29,4,25,4],[29,11,25,11,"getFromWindow"],[29,24,25,24],[29,25,25,25],[29,35,25,35],[29,36,25,36],[30,2,26,0],[31,2,27,0,"exports"],[31,9,27,7],[31,10,27,8,"getDocument"],[31,21,27,19],[31,24,27,22,"getDocument"],[31,35,27,33],[32,2,28,0],[32,11,28,9,"getNavigatorOrThrow"],[32,30,28,28,"getNavigatorOrThrow"],[32,31,28,28],[32,33,28,31],[33,4,29,4],[33,11,29,11,"getFromWindowOrThrow"],[33,31,29,31],[33,32,29,32],[33,43,29,43],[33,44,29,44],[34,2,30,0],[35,2,31,0,"exports"],[35,9,31,7],[35,10,31,8,"getNavigatorOrThrow"],[35,29,31,27],[35,32,31,30,"getNavigatorOrThrow"],[35,51,31,49],[36,2,32,0],[36,11,32,9,"getNavigator"],[36,23,32,21,"getNavigator"],[36,24,32,21],[36,26,32,24],[37,4,33,4],[37,11,33,11,"getFromWindow"],[37,24,33,24],[37,25,33,25],[37,36,33,36],[37,37,33,37],[38,2,34,0],[39,2,35,0,"exports"],[39,9,35,7],[39,10,35,8,"getNavigator"],[39,22,35,20],[39,25,35,23,"getNavigator"],[39,37,35,35],[40,2,36,0],[40,11,36,9,"getLocationOrThrow"],[40,29,36,27,"getLocationOrThrow"],[40,30,36,27],[40,32,36,30],[41,4,37,4],[41,11,37,11,"getFromWindowOrThrow"],[41,31,37,31],[41,32,37,32],[41,42,37,42],[41,43,37,43],[42,2,38,0],[43,2,39,0,"exports"],[43,9,39,7],[43,10,39,8,"getLocationOrThrow"],[43,28,39,26],[43,31,39,29,"getLocationOrThrow"],[43,49,39,47],[44,2,40,0],[44,11,40,9,"getLocation"],[44,22,40,20,"getLocation"],[44,23,40,20],[44,25,40,23],[45,4,41,4],[45,11,41,11,"getFromWindow"],[45,24,41,24],[45,25,41,25],[45,35,41,35],[45,36,41,36],[46,2,42,0],[47,2,43,0,"exports"],[47,9,43,7],[47,10,43,8,"getLocation"],[47,21,43,19],[47,24,43,22,"getLocation"],[47,35,43,33],[48,2,44,0],[48,11,44,9,"getCryptoOrThrow"],[48,27,44,25,"getCryptoOrThrow"],[48,28,44,25],[48,30,44,28],[49,4,45,4],[49,11,45,11,"getFromWindowOrThrow"],[49,31,45,31],[49,32,45,32],[49,40,45,40],[49,41,45,41],[50,2,46,0],[51,2,47,0,"exports"],[51,9,47,7],[51,10,47,8,"getCryptoOrThrow"],[51,26,47,24],[51,29,47,27,"getCryptoOrThrow"],[51,45,47,43],[52,2,48,0],[52,11,48,9,"getCrypto"],[52,20,48,18,"getCrypto"],[52,21,48,18],[52,23,48,21],[53,4,49,4],[53,11,49,11,"getFromWindow"],[53,24,49,24],[53,25,49,25],[53,33,49,33],[53,34,49,34],[54,2,50,0],[55,2,51,0,"exports"],[55,9,51,7],[55,10,51,8,"getCrypto"],[55,19,51,17],[55,22,51,20,"getCrypto"],[55,31,51,29],[56,2,52,0],[56,11,52,9,"getLocalStorageOrThrow"],[56,33,52,31,"getLocalStorageOrThrow"],[56,34,52,31],[56,36,52,34],[57,4,53,4],[57,11,53,11,"getFromWindowOrThrow"],[57,31,53,31],[57,32,53,32],[57,46,53,46],[57,47,53,47],[58,2,54,0],[59,2,55,0,"exports"],[59,9,55,7],[59,10,55,8,"getLocalStorageOrThrow"],[59,32,55,30],[59,35,55,33,"getLocalStorageOrThrow"],[59,57,55,55],[60,2,56,0],[60,11,56,9,"getLocalStorage"],[60,26,56,24,"getLocalStorage"],[60,27,56,24],[60,29,56,27],[61,4,57,4],[61,11,57,11,"getFromWindow"],[61,24,57,24],[61,25,57,25],[61,39,57,39],[61,40,57,40],[62,2,58,0],[63,2,59,0,"exports"],[63,9,59,7],[63,10,59,8,"getLocalStorage"],[63,25,59,23],[63,28,59,26,"getLocalStorage"],[63,43,59,41],[64,0,59,42],[64,3]],"functionMap":{"names":["<global>","getFromWindow","getFromWindowOrThrow","getDocumentOrThrow","getDocument","getNavigatorOrThrow","getNavigator","getLocationOrThrow","getLocation","getCryptoOrThrow","getCrypto","getLocalStorageOrThrow","getLocalStorage"],"mappings":"AAA;ACG;CDM;AEE;CFM;AGE;CHE;AIE;CJE;AKE;CLE;AME;CNE;AOE;CPE;AQE;CRE;ASE;CTE;AUE;CVE;AWE;CXE;AYE;CZE"},"hasCjsExports":true},"type":"js/module"}]}