Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/66/1f40654ae5f5943c1dfdeb1dac5fc33fe8956166bea3d827ef213b38ef90abc9751c10
T
2025-11-08 10:07:13 +00:00

1 line
6.4 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', function () {\n return qualifiedComponent;\n });\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: rootTag,\n // Injected by SSR HTML tags.\n hydrate: globalThis.__EXPO_ROUTER_HYDRATE__\n });\n }\n }\n});","lineCount":56,"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],[39,6,48,40],[39,13,48,46,"qualifiedComponent"],[39,31,48,64],[40,4,48,64],[40,6,48,65],[41,4,49,2],[42,4,50,2],[42,8,50,6,"Platform"],[42,20,50,14],[42,21,50,14,"Platform"],[42,29,50,14],[42,30,50,15,"OS"],[42,32,50,17],[42,37,50,22],[42,42,50,27],[42,46,50,31],[42,53,50,38,"window"],[42,59,50,44],[42,64,50,49],[42,75,50,60],[42,77,50,62],[43,6,51,4],[43,10,51,10,"rootTag"],[43,17,51,17],[43,20,51,20,"document"],[43,28,51,28],[43,29,51,29,"getElementById"],[43,43,51,43],[43,44,51,44],[43,50,51,50],[43,51,51,51],[44,6,52,4],[44,10,52,8,"process"],[44,17,52,15],[44,18,52,16,"env"],[44,21,52,19],[44,22,52,20,"NODE_ENV"],[44,30,52,28],[44,35,52,33],[44,47,52,45],[44,49,52,47],[45,8,53,6],[45,12,53,10],[45,13,53,11,"rootTag"],[45,20,53,18],[45,22,53,20],[46,10,54,8],[46,16,54,14],[46,20,54,18,"Error"],[46,25,54,23],[46,26,54,24],[46,100,54,98],[46,101,54,99],[47,8,55,6],[48,6,56,4],[49,6,58,4,"AppRegistry"],[49,18,58,15],[49,19,58,15,"AppRegistry"],[49,30,58,15],[49,31,58,16,"runApplication"],[49,45,58,30],[49,46,58,31],[49,52,58,37],[49,54,58,39],[50,8,59,6,"rootTag"],[50,15,59,13],[50,17,59,6,"rootTag"],[50,24,59,13],[51,8,60,6],[52,8,61,6,"hydrate"],[52,15,61,13],[52,17,61,15,"globalThis"],[52,27,61,25],[52,28,61,26,"__EXPO_ROUTER_HYDRATE__"],[53,6,62,4],[53,7,62,5],[53,8,62,6],[54,4,63,2],[55,2,64,0],[56,0,64,1],[56,3]],"functionMap":{"names":["<global>","registerRootComponent","AppRegistry.registerComponent$argument_1"],"mappings":"AAA;eCqC;wCCU,wBD;CDgB"},"hasCjsExports":false},"type":"js/module"}]}