mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 05:21:02 +00:00
1 line
7.2 KiB
Plaintext
1 line
7.2 KiB
Plaintext
{"dependencies":[{"name":"react-native-web/dist/exports/Platform","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"dV3bI3NOD8bfMzaIniMaFGy/nn8=","exportNames":["*"],"imports":1}},{"name":"./environment/browser","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":81},"end":{"line":8,"column":31,"index":201}}],"key":"4jLi2oL77AuNgQ8OVF8xZurKgiA=","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 function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _reactNativeWebDistExportsPlatform = require(_dependencyMap[0], \"react-native-web/dist/exports/Platform\");\n var ReactNativePlatform = _interopDefault(_reactNativeWebDistExportsPlatform);\n var _environmentBrowser = require(_dependencyMap[1], \"./environment/browser\");\n if (__DEV__ && typeof \"web\" === 'undefined') {\n console.warn(`The global process.env.EXPO_OS is not defined. This should be inlined by babel-preset-expo during transformation.`);\n }\n const nativeSelect = typeof window !== 'undefined' ? ReactNativePlatform.default.select :\n // process.env.EXPO_OS is injected by `babel-preset-expo` and available in both client and `react-server` environments.\n // Opt to use the env var when possible, and fallback to the React Native Platform module when it's not (arbitrary bundlers and transformers).\n function select(specifics) {\n if (!\"web\") return undefined;\n if (specifics.hasOwnProperty(\"web\")) {\n return specifics[\"web\"];\n } else if (false && specifics.hasOwnProperty('native')) {\n return specifics.native;\n } else if (specifics.hasOwnProperty('default')) {\n return specifics.default;\n }\n // do nothing...\n return undefined;\n };\n const Platform = {\n /**\n * Denotes the currently running platform.\n * Can be one of ios, android, web.\n */\n OS: \"web\" || ReactNativePlatform.default.OS,\n /**\n * Returns the value with the matching platform.\n * Object keys can be any of ios, android, native, web, default.\n *\n * @ios ios, native, default\n * @android android, native, default\n * @web web, default\n */\n select: nativeSelect,\n /**\n * Denotes if the DOM API is available in the current environment.\n * The DOM is not available in native React runtimes and Node.js.\n */\n isDOMAvailable: _environmentBrowser.isDOMAvailable,\n /**\n * Denotes if the current environment can attach event listeners\n * to the window. This will return false in native React\n * runtimes and Node.js.\n */\n canUseEventListeners: _environmentBrowser.canUseEventListeners,\n /**\n * Denotes if the current environment can inspect properties of the\n * screen on which the current window is being rendered. This will\n * return false in native React runtimes and Node.js.\n */\n canUseViewport: _environmentBrowser.canUseViewport,\n /**\n * If the JavaScript is being executed in a remote JavaScript environment.\n * When `true`, synchronous native invocations cannot be executed.\n */\n isAsyncDebugging: _environmentBrowser.isAsyncDebugging\n };\n var _default = Platform;\n});","lineCount":78,"map":[[12,2,77,0,"Object"],[12,8,77,0],[12,9,77,0,"defineProperty"],[12,23,77,0],[12,24,77,0,"exports"],[12,31,77,0],[13,4,77,0,"enumerable"],[13,14,77,0],[14,4,77,0,"get"],[14,7,77,0],[14,18,77,0,"get"],[14,19,77,0],[15,6,77,0],[15,13,77,0,"_default"],[15,21,77,0],[16,4,77,0],[17,2,77,0],[18,2,77,24],[18,6,77,24,"_reactNativeWebDistExportsPlatform"],[18,40,77,24],[18,43,77,24,"require"],[18,50,77,24],[18,51,77,24,"_dependencyMap"],[18,65,77,24],[19,2,77,24],[19,6,77,24,"ReactNativePlatform"],[19,25,77,24],[19,28,77,24,"_interopDefault"],[19,43,77,24],[19,44,77,24,"_reactNativeWebDistExportsPlatform"],[19,78,77,24],[20,2,3,0],[20,6,3,0,"_environmentBrowser"],[20,25,3,0],[20,28,3,0,"require"],[20,35,3,0],[20,36,3,0,"_dependencyMap"],[20,50,3,0],[21,2,14,0],[21,6,14,4,"__DEV__"],[21,13,14,11],[21,17,14,15],[21,29,14,41],[21,34,14,46],[21,45,14,57],[21,47,14,59],[22,4,15,2,"console"],[22,11,15,9],[22,12,15,10,"warn"],[22,16,15,14],[22,17,16,4],[22,132,17,2],[22,133,17,3],[23,2,18,0],[24,2,20,0],[24,8,20,6,"nativeSelect"],[24,20,20,18],[24,23,21,2],[24,30,21,9,"window"],[24,36,21,15],[24,41,21,20],[24,52,21,31],[24,55,22,6,"ReactNativePlatform"],[24,74,22,25],[24,75,22,25,"default"],[24,82,22,25],[24,83,22,26,"select"],[24,89,22,32],[25,2,23,6],[26,2,24,6],[27,2,25,6],[27,11,25,15,"select"],[27,17,25,21,"select"],[27,18,25,25,"specifics"],[27,27,25,78],[27,29,25,95],[28,4,26,8],[28,8,26,12],[28,14,26,32],[28,16,26,34],[28,23,26,41,"undefined"],[28,32,26,50],[29,4,27,8],[29,8,27,12,"specifics"],[29,17,27,21],[29,18,27,22,"hasOwnProperty"],[29,32,27,36],[29,38,27,56],[29,39,27,57],[29,41,27,59],[30,6,28,10],[30,13,28,17,"specifics"],[30,22,28,26],[30,29,28,71],[31,4,29,8],[31,5,29,9],[31,11,29,15],[31,15,29,19],[31,24,29,52,"specifics"],[31,33,29,61],[31,34,29,62,"hasOwnProperty"],[31,48,29,76],[31,49,29,77],[31,57,29,85],[31,58,29,86],[31,60,29,88],[32,6,30,10],[32,13,30,17,"specifics"],[32,22,30,26],[32,23,30,27,"native"],[32,29,30,33],[33,4,31,8],[33,5,31,9],[33,11,31,15],[33,15,31,19,"specifics"],[33,24,31,28],[33,25,31,29,"hasOwnProperty"],[33,39,31,43],[33,40,31,44],[33,49,31,53],[33,50,31,54],[33,52,31,56],[34,6,32,10],[34,13,32,17,"specifics"],[34,22,32,26],[34,23,32,27,"default"],[34,30,32,34],[35,4,33,8],[36,4,34,8],[37,4,35,8],[37,11,35,15,"undefined"],[37,20,35,24],[38,2,36,6],[38,3,36,7],[39,2,38,0],[39,8,38,6,"Platform"],[39,16,38,14],[39,19,38,17],[40,4,39,2],[41,0,40,0],[42,0,41,0],[43,0,42,0],[44,4,43,2,"OS"],[44,6,43,4],[44,8,43,6],[44,17,43,29,"ReactNativePlatform"],[44,36,43,48],[44,37,43,48,"default"],[44,44,43,48],[44,45,43,49,"OS"],[44,47,43,51],[45,4,44,2],[46,0,45,0],[47,0,46,0],[48,0,47,0],[49,0,48,0],[50,0,49,0],[51,0,50,0],[52,0,51,0],[53,4,52,2,"select"],[53,10,52,8],[53,12,52,10,"nativeSelect"],[53,24,52,40],[54,4,53,2],[55,0,54,0],[56,0,55,0],[57,0,56,0],[58,4,57,2,"isDOMAvailable"],[58,18,57,16],[58,20,57,2,"isDOMAvailable"],[58,39,57,16],[58,40,57,16,"isDOMAvailable"],[58,54,57,16],[59,4,58,2],[60,0,59,0],[61,0,60,0],[62,0,61,0],[63,0,62,0],[64,4,63,2,"canUseEventListeners"],[64,24,63,22],[64,26,63,2,"canUseEventListeners"],[64,45,63,22],[64,46,63,22,"canUseEventListeners"],[64,66,63,22],[65,4,64,2],[66,0,65,0],[67,0,66,0],[68,0,67,0],[69,0,68,0],[70,4,69,2,"canUseViewport"],[70,18,69,16],[70,20,69,2,"canUseViewport"],[70,39,69,16],[70,40,69,16,"canUseViewport"],[70,54,69,16],[71,4,70,2],[72,0,71,0],[73,0,72,0],[74,0,73,0],[75,4,74,2,"isAsyncDebugging"],[75,20,74,18],[75,22,74,2,"isAsyncDebugging"],[75,41,74,18],[75,42,74,18,"isAsyncDebugging"],[76,2,75,0],[76,3,75,1],[77,2,77,0],[77,6,77,0,"_default"],[77,14,77,0],[77,17,77,15,"Platform"],[77,25,77,23],[78,0,77,24],[78,3]],"functionMap":{"names":["<global>","select"],"mappings":"AAA;MCwB;ODW"},"hasCjsExports":false},"type":"js/module"}]} |