mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 13:31:00 +00:00
1 line
7.0 KiB
Plaintext
1 line
7.0 KiB
Plaintext
{"dependencies":[{"name":"../Expo.fx","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":20,"index":20}}],"key":"FvsXvN3bPiq/mbLa3/fohyj0yKA=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/AppRegistry","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"SQv78hzla/vclF72H5mswkqgafc=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/Platform","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"dV3bI3NOD8bfMzaIniMaFGy/nn8=","exportNames":["*"],"imports":1}},{"name":"./withDevTools","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":44,"column":29,"index":1721},"end":{"line":44,"column":54,"index":1746}}],"key":"eswx2chYZRS2ha0EDZHVoDJfYVM=","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 registerRootComponent;\n }\n });\n require(_dependencyMap[0], \"../Expo.fx\");\n var _reactNativeWebDistExportsAppRegistry = require(_dependencyMap[1], \"react-native-web/dist/exports/AppRegistry\");\n var AppRegistry = _interopDefault(_reactNativeWebDistExportsAppRegistry);\n var _reactNativeWebDistExportsPlatform = require(_dependencyMap[2], \"react-native-web/dist/exports/Platform\");\n var Platform = _interopDefault(_reactNativeWebDistExportsPlatform);\n // @needsAudit\n /**\n * Sets the initial React component to render natively in the app's root React Native view on Android, iOS, tvOS and the web.\n *\n * This method does the following:\n * - Invokes React Native's `AppRegistry.registerComponent`.\n * - Invokes React Native web's `AppRegistry.runApplication` on web to render to the root `index.html` file.\n * - Polyfills the `process.nextTick` function globally.\n *\n * This method also adds the following dev-only features that are removed in production bundles.\n * - Adds the Fast Refresh and bundle splitting indicator to the app.\n * - Asserts if the `expo-updates` package is misconfigured.\n * - Asserts if `react-native` is not aliased to `react-native-web` when running in the browser.\n * @param component The React component class that renders the rest of your app.\n * @see For information on how to setup `registerRootComponent` in an existing (bare) React Native app, see [Common questions](#rootregistercomponent-setup-for-existing-react-native-projects) below.\n */\n function registerRootComponent(component) {\n let qualifiedComponent = component;\n if (\"development\" !== 'production') {\n const {\n withDevTools\n } = require(_dependencyMap[3], \"./withDevTools\");\n qualifiedComponent = withDevTools(component);\n }\n AppRegistry.default.registerComponent('main', () => qualifiedComponent);\n // Skip querying the DOM if we're in a Node.js environment.\n if (Platform.default.OS === 'web' && typeof window !== 'undefined') {\n const rootTag = document.getElementById('root');\n if (\"development\" !== 'production') {\n if (!rootTag) {\n throw new Error('Required HTML element with id \"root\" was not found in the document HTML.');\n }\n }\n AppRegistry.default.runApplication('main', {\n rootTag,\n // Injected by SSR HTML tags.\n hydrate: globalThis.__EXPO_ROUTER_HYDRATE__\n });\n }\n }\n});","lineCount":63,"map":[[12,2,38,15,"Object"],[12,8,38,15],[12,9,38,15,"defineProperty"],[12,23,38,15],[12,24,38,15,"exports"],[12,31,38,15],[13,4,38,15,"enumerable"],[13,14,38,15],[14,4,38,15,"get"],[14,7,38,15],[14,18,38,15,"get"],[14,19,38,15],[15,6,38,15],[15,13,38,15,"registerRootComponent"],[15,34,38,15],[16,4,38,15],[17,2,38,15],[18,2,1,0,"require"],[18,9,1,0],[18,10,1,0,"_dependencyMap"],[18,24,1,0],[19,2,1,20],[19,6,1,20,"_reactNativeWebDistExportsAppRegistry"],[19,43,1,20],[19,46,1,20,"require"],[19,53,1,20],[19,54,1,20,"_dependencyMap"],[19,68,1,20],[20,2,1,20],[20,6,1,20,"AppRegistry"],[20,17,1,20],[20,20,1,20,"_interopDefault"],[20,35,1,20],[20,36,1,20,"_reactNativeWebDistExportsAppRegistry"],[20,73,1,20],[21,2,1,20],[21,6,1,20,"_reactNativeWebDistExportsPlatform"],[21,40,1,20],[21,43,1,20,"require"],[21,50,1,20],[21,51,1,20,"_dependencyMap"],[21,65,1,20],[22,2,1,20],[22,6,1,20,"Platform"],[22,14,1,20],[22,17,1,20,"_interopDefault"],[22,32,1,20],[22,33,1,20,"_reactNativeWebDistExportsPlatform"],[22,67,1,20],[23,2,22,0],[24,2,23,0],[25,0,24,0],[26,0,25,0],[27,0,26,0],[28,0,27,0],[29,0,28,0],[30,0,29,0],[31,0,30,0],[32,0,31,0],[33,0,32,0],[34,0,33,0],[35,0,34,0],[36,0,35,0],[37,0,36,0],[38,0,37,0],[39,2,38,15],[39,11,38,24,"registerRootComponent"],[39,32,38,45,"registerRootComponent"],[39,33,39,2,"component"],[39,42,39,29],[39,44,40,8],[40,4,41,2],[40,8,41,6,"qualifiedComponent"],[40,26,41,24],[40,29,41,27,"component"],[40,38,41,36],[41,4,43,2],[41,8,43,6],[41,26,43,31],[41,38,43,43],[41,40,43,45],[42,6,44,4],[42,12,44,10],[43,8,44,12,"withDevTools"],[44,6,44,25],[44,7,44,26],[44,10,44,29,"require"],[44,17,44,36],[44,18,44,36,"_dependencyMap"],[44,32,44,36],[44,53,44,53],[44,54,44,89],[45,6,45,4,"qualifiedComponent"],[45,24,45,22],[45,27,45,25,"withDevTools"],[45,39,45,37],[45,40,45,38,"component"],[45,49,45,47],[45,50,45,48],[46,4,46,2],[47,4,48,2,"AppRegistry"],[47,15,48,13],[47,16,48,13,"default"],[47,23,48,13],[47,24,48,14,"registerComponent"],[47,41,48,31],[47,42,48,32],[47,48,48,38],[47,50,48,40],[47,56,48,46,"qualifiedComponent"],[47,74,48,64],[47,75,48,65],[48,4,49,2],[49,4,50,2],[49,8,50,6,"Platform"],[49,16,50,14],[49,17,50,14,"default"],[49,24,50,14],[49,25,50,15,"OS"],[49,27,50,17],[49,32,50,22],[49,37,50,27],[49,41,50,31],[49,48,50,38,"window"],[49,54,50,44],[49,59,50,49],[49,70,50,60],[49,72,50,62],[50,6,51,4],[50,12,51,10,"rootTag"],[50,19,51,17],[50,22,51,20,"document"],[50,30,51,28],[50,31,51,29,"getElementById"],[50,45,51,43],[50,46,51,44],[50,52,51,50],[50,53,51,51],[51,6,52,4],[51,10,52,8],[51,28,52,33],[51,40,52,45],[51,42,52,47],[52,8,53,6],[52,12,53,10],[52,13,53,11,"rootTag"],[52,20,53,18],[52,22,53,20],[53,10,54,8],[53,16,54,14],[53,20,54,18,"Error"],[53,25,54,23],[53,26,54,24],[53,100,54,98],[53,101,54,99],[54,8,55,6],[55,6,56,4],[56,6,58,4,"AppRegistry"],[56,17,58,15],[56,18,58,15,"default"],[56,25,58,15],[56,26,58,16,"runApplication"],[56,40,58,30],[56,41,58,31],[56,47,58,37],[56,49,58,39],[57,8,59,6,"rootTag"],[57,15,59,13],[58,8,60,6],[59,8,61,6,"hydrate"],[59,15,61,13],[59,17,61,15,"globalThis"],[59,27,61,25],[59,28,61,26,"__EXPO_ROUTER_HYDRATE__"],[60,6,62,4],[60,7,62,5],[60,8,62,6],[61,4,63,2],[62,2,64,0],[63,0,64,1],[63,3]],"functionMap":{"names":["<global>","registerRootComponent","AppRegistry.registerComponent$argument_1"],"mappings":"AAA;eCqC;wCCU,wBD;CDgB"},"hasCjsExports":false},"type":"js/module"}]} |