mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
1 line
6.3 KiB
Plaintext
1 line
6.3 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/interopRequireDefault","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"kslwqCIsh6ew+I1KeA1rlVRjsAk=","exportNames":["*"]}},{"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":["*"]}},{"name":"react-native-web/dist/exports/AppRegistry","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"SQv78hzla/vclF72H5mswkqgafc=","exportNames":["*"]}},{"name":"react-native-web/dist/exports/Platform","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"dV3bI3NOD8bfMzaIniMaFGy/nn8=","exportNames":["*"]}},{"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":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var _interopRequireDefault = require(_dependencyMap[0], \"@babel/runtime/helpers/interopRequireDefault\");\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.default = registerRootComponent;\n require(_dependencyMap[1], \"../Expo.fx\");\n var _AppRegistry = _interopRequireDefault(require(_dependencyMap[2], \"react-native-web/dist/exports/AppRegistry\"));\n var _Platform = _interopRequireDefault(require(_dependencyMap[3], \"react-native-web/dist/exports/Platform\"));\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 (process.env.NODE_ENV !== 'production') {\n const {\n withDevTools\n } = require(_dependencyMap[4], \"./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' && false) {\n const rootTag = document.getElementById('root');\n if (process.env.NODE_ENV !== '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":50,"map":[[7,2,1,0,"require"],[7,9,1,0],[7,10,1,0,"_dependencyMap"],[7,24,1,0],[8,2,1,20],[8,6,1,20,"_AppRegistry"],[8,18,1,20],[8,21,1,20,"_interopRequireDefault"],[8,43,1,20],[8,44,1,20,"require"],[8,51,1,20],[8,52,1,20,"_dependencyMap"],[8,66,1,20],[9,2,1,20],[9,6,1,20,"_Platform"],[9,15,1,20],[9,18,1,20,"_interopRequireDefault"],[9,40,1,20],[9,41,1,20,"require"],[9,48,1,20],[9,49,1,20,"_dependencyMap"],[9,63,1,20],[10,2,22,0],[11,2,23,0],[12,0,24,0],[13,0,25,0],[14,0,26,0],[15,0,27,0],[16,0,28,0],[17,0,29,0],[18,0,30,0],[19,0,31,0],[20,0,32,0],[21,0,33,0],[22,0,34,0],[23,0,35,0],[24,0,36,0],[25,0,37,0],[26,2,38,15],[26,11,38,24,"registerRootComponent"],[26,32,38,45,"registerRootComponent"],[26,33,39,2,"component"],[26,42,39,29],[26,44,40,8],[27,4,41,2],[27,8,41,6,"qualifiedComponent"],[27,26,41,24],[27,29,41,27,"component"],[27,38,41,36],[28,4,43,2],[28,8,43,6,"process"],[28,15,43,13],[28,16,43,14,"env"],[28,19,43,17],[28,20,43,18,"NODE_ENV"],[28,28,43,26],[28,33,43,31],[28,45,43,43],[28,47,43,45],[29,6,44,4],[29,12,44,10],[30,8,44,12,"withDevTools"],[31,6,44,25],[31,7,44,26],[31,10,44,29,"require"],[31,17,44,36],[31,18,44,36,"_dependencyMap"],[31,32,44,36],[31,53,44,53],[31,54,44,89],[32,6,45,4,"qualifiedComponent"],[32,24,45,22],[32,27,45,25,"withDevTools"],[32,39,45,37],[32,40,45,38,"component"],[32,49,45,47],[32,50,45,48],[33,4,46,2],[34,4,48,2,"AppRegistry"],[34,24,48,13],[34,25,48,14,"registerComponent"],[34,42,48,31],[34,43,48,32],[34,49,48,38],[34,51,48,40],[34,57,48,46,"qualifiedComponent"],[34,75,48,64],[34,76,48,65],[35,4,49,2],[36,4,50,2],[36,8,50,6,"Platform"],[36,25,50,14],[36,26,50,15,"OS"],[36,28,50,17],[36,33,50,22],[36,38,50,27],[36,47,50,60],[36,49,50,62],[37,6,51,4],[37,12,51,10,"rootTag"],[37,19,51,17],[37,22,51,20,"document"],[37,30,51,28],[37,31,51,29,"getElementById"],[37,45,51,43],[37,46,51,44],[37,52,51,50],[37,53,51,51],[38,6,52,4],[38,10,52,8,"process"],[38,17,52,15],[38,18,52,16,"env"],[38,21,52,19],[38,22,52,20,"NODE_ENV"],[38,30,52,28],[38,35,52,33],[38,47,52,45],[38,49,52,47],[39,8,53,6],[39,12,53,10],[39,13,53,11,"rootTag"],[39,20,53,18],[39,22,53,20],[40,10,54,8],[40,16,54,14],[40,20,54,18,"Error"],[40,25,54,23],[40,26,54,24],[40,100,54,98],[40,101,54,99],[41,8,55,6],[42,6,56,4],[43,6,58,4,"AppRegistry"],[43,26,58,15],[43,27,58,16,"runApplication"],[43,41,58,30],[43,42,58,31],[43,48,58,37],[43,50,58,39],[44,8,59,6,"rootTag"],[44,15,59,13],[45,8,60,6],[46,8,61,6,"hydrate"],[46,15,61,13],[46,17,61,15,"globalThis"],[46,27,61,25],[46,28,61,26,"__EXPO_ROUTER_HYDRATE__"],[47,6,62,4],[47,7,62,5],[47,8,62,6],[48,4,63,2],[49,2,64,0],[50,0,64,1],[50,3]],"functionMap":{"names":["<global>","registerRootComponent","AppRegistry.registerComponent$argument_1"],"mappings":"AAA;eCqC;wCCU,wBD;CDgB"}},"type":"js/module"}]} |