mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 21:31:02 +00:00
1 line
6.3 KiB
Plaintext
1 line
6.3 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","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":66},"end":{"line":4,"column":53,"index":119}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return registerRootComponent;\n }\n });\n require(_dependencyMap[0], \"../Expo.fx\");\n var _reactNative = require(_dependencyMap[1], \"react-native\");\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 var qualifiedComponent = component;\n if (process.env.NODE_ENV !== 'production') {\n var _ref = require(_dependencyMap[2], \"./withDevTools\"),\n withDevTools = _ref.withDevTools;\n qualifiedComponent = withDevTools(component);\n }\n _reactNative.AppRegistry.registerComponent('main', () => qualifiedComponent);\n // Skip querying the DOM if we're in a Node.js environment.\n if (_reactNative.Platform.OS === 'web' && typeof window !== 'undefined') {\n var 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 _reactNative.AppRegistry.runApplication('main', {\n rootTag,\n // Injected by SSR HTML tags.\n hydrate: globalThis.__EXPO_ROUTER_HYDRATE__\n });\n }\n }\n});","lineCount":54,"map":[[7,2,38,15,"Object"],[7,8,38,15],[7,9,38,15,"defineProperty"],[7,23,38,15],[7,24,38,15,"exports"],[7,31,38,15],[8,4,38,15,"enumerable"],[8,14,38,15],[9,4,38,15,"get"],[9,7,38,15],[9,18,38,15,"get"],[9,19,38,15],[10,6,38,15],[10,13,38,15,"registerRootComponent"],[10,34,38,15],[11,4,38,15],[12,2,38,15],[13,2,1,0,"require"],[13,9,1,0],[13,10,1,0,"_dependencyMap"],[13,24,1,0],[14,2,4,0],[14,6,4,0,"_reactNative"],[14,18,4,0],[14,21,4,0,"require"],[14,28,4,0],[14,29,4,0,"_dependencyMap"],[14,43,4,0],[15,2,22,0],[16,2,23,0],[17,0,24,0],[18,0,25,0],[19,0,26,0],[20,0,27,0],[21,0,28,0],[22,0,29,0],[23,0,30,0],[24,0,31,0],[25,0,32,0],[26,0,33,0],[27,0,34,0],[28,0,35,0],[29,0,36,0],[30,0,37,0],[31,2,38,15],[31,11,38,24,"registerRootComponent"],[31,32,38,45,"registerRootComponent"],[31,33,39,2,"component"],[31,42,39,29],[31,44,40,8],[32,4,41,2],[32,8,41,6,"qualifiedComponent"],[32,26,41,24],[32,29,41,27,"component"],[32,38,41,36],[33,4,43,2],[33,8,43,6,"process"],[33,15,43,13],[33,16,43,14,"env"],[33,19,43,17],[33,20,43,18,"NODE_ENV"],[33,28,43,26],[33,33,43,31],[33,45,43,43],[33,47,43,45],[34,6,44,4],[34,10,44,4,"_ref"],[34,14,44,4],[34,17,44,29,"require"],[34,24,44,36],[34,25,44,36,"_dependencyMap"],[34,39,44,36],[34,60,44,53],[34,61,44,54],[35,8,44,12,"withDevTools"],[35,20,44,24],[35,23,44,24,"_ref"],[35,27,44,24],[35,28,44,12,"withDevTools"],[35,40,44,24],[36,6,45,4,"qualifiedComponent"],[36,24,45,22],[36,27,45,25,"withDevTools"],[36,39,45,37],[36,40,45,38,"component"],[36,49,45,47],[36,50,45,48],[37,4,46,2],[38,4,48,2,"AppRegistry"],[38,16,48,13],[38,17,48,13,"AppRegistry"],[38,28,48,13],[38,29,48,14,"registerComponent"],[38,46,48,31],[38,47,48,32],[38,53,48,38],[38,55,48,40],[38,61,48,46,"qualifiedComponent"],[38,79,48,64],[38,80,48,65],[39,4,49,2],[40,4,50,2],[40,8,50,6,"Platform"],[40,20,50,14],[40,21,50,14,"Platform"],[40,29,50,14],[40,30,50,15,"OS"],[40,32,50,17],[40,37,50,22],[40,42,50,27],[40,46,50,31],[40,53,50,38,"window"],[40,59,50,44],[40,64,50,49],[40,75,50,60],[40,77,50,62],[41,6,51,4],[41,10,51,10,"rootTag"],[41,17,51,17],[41,20,51,20,"document"],[41,28,51,28],[41,29,51,29,"getElementById"],[41,43,51,43],[41,44,51,44],[41,50,51,50],[41,51,51,51],[42,6,52,4],[42,10,52,8,"process"],[42,17,52,15],[42,18,52,16,"env"],[42,21,52,19],[42,22,52,20,"NODE_ENV"],[42,30,52,28],[42,35,52,33],[42,47,52,45],[42,49,52,47],[43,8,53,6],[43,12,53,10],[43,13,53,11,"rootTag"],[43,20,53,18],[43,22,53,20],[44,10,54,8],[44,16,54,14],[44,20,54,18,"Error"],[44,25,54,23],[44,26,54,24],[44,100,54,98],[44,101,54,99],[45,8,55,6],[46,6,56,4],[47,6,58,4,"AppRegistry"],[47,18,58,15],[47,19,58,15,"AppRegistry"],[47,30,58,15],[47,31,58,16,"runApplication"],[47,45,58,30],[47,46,58,31],[47,52,58,37],[47,54,58,39],[48,8,59,6,"rootTag"],[48,15,59,13],[49,8,60,6],[50,8,61,6,"hydrate"],[50,15,61,13],[50,17,61,15,"globalThis"],[50,27,61,25],[50,28,61,26,"__EXPO_ROUTER_HYDRATE__"],[51,6,62,4],[51,7,62,5],[51,8,62,6],[52,4,63,2],[53,2,64,0],[54,0,64,1],[54,3]],"functionMap":{"names":["<global>","registerRootComponent","AppRegistry.registerComponent$argument_1"],"mappings":"AAA;eCqC;wCCU,wBD;CDgB"},"hasCjsExports":false},"type":"js/module"}]} |