Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/b7/49e33c423bff9ca9fb39369fd91bad1b4af392b74ee04820a85094a77e976d0d2b9dd0
T
2025-10-24 02:40:54 +00:00

1 line
9.3 KiB
Plaintext

{"dependencies":[{"name":"@react-navigation/core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":62,"index":77}}],"key":"Wm75LgE4xYscVWo0KoLFlflJQCo=","exportNames":["*"]}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":78},"end":{"line":4,"column":31,"index":109}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"]}},{"name":"./ServerContext.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":110},"end":{"line":5,"column":51,"index":161}}],"key":"+Hz1a4I7q6hCkPilSOm0KYt2/D0=","exportNames":["*"]}},{"name":"react/jsx-runtime","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":162},"end":{"line":6,"column":48,"index":210}}],"key":"rKAWVuQOSSDHxC6IWcmkeWszaWg=","exportNames":["*"]}}],"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 exports.ServerContainer = void 0;\n var _core = require(_dependencyMap[0], \"@react-navigation/core\");\n var React = _interopRequireWildcard(require(_dependencyMap[1], \"react\"));\n var _ServerContext = require(_dependencyMap[2], \"./ServerContext.js\");\n var _jsxRuntime = require(_dependencyMap[3], \"react/jsx-runtime\");\n function _interopRequireWildcard(e, t) { if (\"function\" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || \"object\" != typeof e && \"function\" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) \"default\" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }\n /**\n * Container component for server rendering.\n *\n * @param props.location Location object to base the initial URL for SSR.\n * @param props.children Child elements to render the content.\n * @param props.ref Ref object which contains helper methods.\n */\n const ServerContainer = exports.ServerContainer = /*#__PURE__*/React.forwardRef(function ServerContainer({\n children,\n location\n }, ref) {\n React.useEffect(() => {\n console.error(\"'ServerContainer' should only be used on the server with 'react-dom/server' for SSR.\");\n }, []);\n\n // eslint-disable-next-line @eslint-react/no-unstable-context-value\n const current = {};\n if (ref) {\n const value = {\n getCurrentOptions() {\n return current.options;\n }\n };\n\n // We write to the `ref` during render instead of `React.useImperativeHandle`\n // This is because `useImperativeHandle` will update the ref after 'commit',\n // and there's no 'commit' phase during SSR.\n // Mutating ref during render is unsafe in concurrent mode, but we don't care about it for SSR.\n if (typeof ref === 'function') {\n ref(value);\n } else {\n ref.current = value;\n }\n }\n return (/*#__PURE__*/\n // eslint-disable-next-line @eslint-react/no-unstable-context-value\n (0, _jsxRuntime.jsx)(_ServerContext.ServerContext.Provider, {\n value: {\n location\n },\n children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_core.CurrentRenderContext.Provider, {\n value: current,\n children: children\n })\n })\n );\n });\n});","lineCount":60,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,1,13,"exports"],[7,9,1,13],[7,10,1,13,"ServerContainer"],[7,25,1,13],[8,2,3,0],[8,6,3,0,"_core"],[8,11,3,0],[8,14,3,0,"require"],[8,21,3,0],[8,22,3,0,"_dependencyMap"],[8,36,3,0],[9,2,4,0],[9,6,4,0,"React"],[9,11,4,0],[9,14,4,0,"_interopRequireWildcard"],[9,37,4,0],[9,38,4,0,"require"],[9,45,4,0],[9,46,4,0,"_dependencyMap"],[9,60,4,0],[10,2,5,0],[10,6,5,0,"_ServerContext"],[10,20,5,0],[10,23,5,0,"require"],[10,30,5,0],[10,31,5,0,"_dependencyMap"],[10,45,5,0],[11,2,6,0],[11,6,6,0,"_jsxRuntime"],[11,17,6,0],[11,20,6,0,"require"],[11,27,6,0],[11,28,6,0,"_dependencyMap"],[11,42,6,0],[12,2,6,48],[12,11,6,48,"_interopRequireWildcard"],[12,35,6,48,"e"],[12,36,6,48],[12,38,6,48,"t"],[12,39,6,48],[12,68,6,48,"WeakMap"],[12,75,6,48],[12,81,6,48,"r"],[12,82,6,48],[12,89,6,48,"WeakMap"],[12,96,6,48],[12,100,6,48,"n"],[12,101,6,48],[12,108,6,48,"WeakMap"],[12,115,6,48],[12,127,6,48,"_interopRequireWildcard"],[12,150,6,48],[12,162,6,48,"_interopRequireWildcard"],[12,163,6,48,"e"],[12,164,6,48],[12,166,6,48,"t"],[12,167,6,48],[12,176,6,48,"t"],[12,177,6,48],[12,181,6,48,"e"],[12,182,6,48],[12,186,6,48,"e"],[12,187,6,48],[12,188,6,48,"__esModule"],[12,198,6,48],[12,207,6,48,"e"],[12,208,6,48],[12,214,6,48,"o"],[12,215,6,48],[12,217,6,48,"i"],[12,218,6,48],[12,220,6,48,"f"],[12,221,6,48],[12,226,6,48,"__proto__"],[12,235,6,48],[12,243,6,48,"default"],[12,250,6,48],[12,252,6,48,"e"],[12,253,6,48],[12,270,6,48,"e"],[12,271,6,48],[12,294,6,48,"e"],[12,295,6,48],[12,320,6,48,"e"],[12,321,6,48],[12,330,6,48,"f"],[12,331,6,48],[12,337,6,48,"o"],[12,338,6,48],[12,341,6,48,"t"],[12,342,6,48],[12,345,6,48,"n"],[12,346,6,48],[12,349,6,48,"r"],[12,350,6,48],[12,358,6,48,"o"],[12,359,6,48],[12,360,6,48,"has"],[12,363,6,48],[12,364,6,48,"e"],[12,365,6,48],[12,375,6,48,"o"],[12,376,6,48],[12,377,6,48,"get"],[12,380,6,48],[12,381,6,48,"e"],[12,382,6,48],[12,385,6,48,"o"],[12,386,6,48],[12,387,6,48,"set"],[12,390,6,48],[12,391,6,48,"e"],[12,392,6,48],[12,394,6,48,"f"],[12,395,6,48],[12,411,6,48,"t"],[12,412,6,48],[12,416,6,48,"e"],[12,417,6,48],[12,433,6,48,"t"],[12,434,6,48],[12,441,6,48,"hasOwnProperty"],[12,455,6,48],[12,456,6,48,"call"],[12,460,6,48],[12,461,6,48,"e"],[12,462,6,48],[12,464,6,48,"t"],[12,465,6,48],[12,472,6,48,"i"],[12,473,6,48],[12,477,6,48,"o"],[12,478,6,48],[12,481,6,48,"Object"],[12,487,6,48],[12,488,6,48,"defineProperty"],[12,502,6,48],[12,507,6,48,"Object"],[12,513,6,48],[12,514,6,48,"getOwnPropertyDescriptor"],[12,538,6,48],[12,539,6,48,"e"],[12,540,6,48],[12,542,6,48,"t"],[12,543,6,48],[12,550,6,48,"i"],[12,551,6,48],[12,552,6,48,"get"],[12,555,6,48],[12,559,6,48,"i"],[12,560,6,48],[12,561,6,48,"set"],[12,564,6,48],[12,568,6,48,"o"],[12,569,6,48],[12,570,6,48,"f"],[12,571,6,48],[12,573,6,48,"t"],[12,574,6,48],[12,576,6,48,"i"],[12,577,6,48],[12,581,6,48,"f"],[12,582,6,48],[12,583,6,48,"t"],[12,584,6,48],[12,588,6,48,"e"],[12,589,6,48],[12,590,6,48,"t"],[12,591,6,48],[12,602,6,48,"f"],[12,603,6,48],[12,608,6,48,"e"],[12,609,6,48],[12,611,6,48,"t"],[12,612,6,48],[13,2,7,0],[14,0,8,0],[15,0,9,0],[16,0,10,0],[17,0,11,0],[18,0,12,0],[19,0,13,0],[20,2,14,7],[20,8,14,13,"ServerContainer"],[20,23,14,28],[20,26,14,28,"exports"],[20,33,14,28],[20,34,14,28,"ServerContainer"],[20,49,14,28],[20,52,14,31],[20,65,14,44,"React"],[20,70,14,49],[20,71,14,50,"forwardRef"],[20,81,14,60],[20,82,14,61],[20,91,14,70,"ServerContainer"],[20,106,14,85,"ServerContainer"],[20,107,14,86],[21,4,15,2,"children"],[21,12,15,10],[22,4,16,2,"location"],[23,2,17,0],[23,3,17,1],[23,5,17,3,"ref"],[23,8,17,6],[23,10,17,8],[24,4,18,2,"React"],[24,9,18,7],[24,10,18,8,"useEffect"],[24,19,18,17],[24,20,18,18],[24,26,18,24],[25,6,19,4,"console"],[25,13,19,11],[25,14,19,12,"error"],[25,19,19,17],[25,20,19,18],[25,106,19,104],[25,107,19,105],[26,4,20,2],[26,5,20,3],[26,7,20,5],[26,9,20,7],[26,10,20,8],[28,4,22,2],[29,4,23,2],[29,10,23,8,"current"],[29,17,23,15],[29,20,23,18],[29,21,23,19],[29,22,23,20],[30,4,24,2],[30,8,24,6,"ref"],[30,11,24,9],[30,13,24,11],[31,6,25,4],[31,12,25,10,"value"],[31,17,25,15],[31,20,25,18],[32,8,26,6,"getCurrentOptions"],[32,25,26,23,"getCurrentOptions"],[32,26,26,23],[32,28,26,26],[33,10,27,8],[33,17,27,15,"current"],[33,24,27,22],[33,25,27,23,"options"],[33,32,27,30],[34,8,28,6],[35,6,29,4],[35,7,29,5],[37,6,31,4],[38,6,32,4],[39,6,33,4],[40,6,34,4],[41,6,35,4],[41,10,35,8],[41,17,35,15,"ref"],[41,20,35,18],[41,25,35,23],[41,35,35,33],[41,37,35,35],[42,8,36,6,"ref"],[42,11,36,9],[42,12,36,10,"value"],[42,17,36,15],[42,18,36,16],[43,6,37,4],[43,7,37,5],[43,13,37,11],[44,8,38,6,"ref"],[44,11,38,9],[44,12,38,10,"current"],[44,19,38,17],[44,22,38,20,"value"],[44,27,38,25],[45,6,39,4],[46,4,40,2],[47,4,41,2],[47,12,42,4],[48,6,43,4],[49,6,44,4],[49,10,44,4,"_jsx"],[49,25,44,8],[49,27,44,9,"ServerContext"],[49,55,44,22],[49,56,44,23,"Provider"],[49,64,44,31],[49,66,44,33],[50,8,45,6,"value"],[50,13,45,11],[50,15,45,13],[51,10,46,8,"location"],[52,8,47,6],[52,9,47,7],[53,8,48,6,"children"],[53,16,48,14],[53,18,48,16],[53,31,48,29],[53,35,48,29,"_jsx"],[53,50,48,33],[53,52,48,34,"CurrentRenderContext"],[53,78,48,54],[53,79,48,55,"Provider"],[53,87,48,63],[53,89,48,65],[54,10,49,8,"value"],[54,15,49,13],[54,17,49,15,"current"],[54,24,49,22],[55,10,50,8,"children"],[55,18,50,16],[55,20,50,18,"children"],[56,8,51,6],[56,9,51,7],[57,6,52,4],[57,7,52,5],[58,4,52,6],[59,2,54,0],[59,3,54,1],[59,4,54,2],[60,0,54,3],[60,3]],"functionMap":{"names":["<global>","ServerContainer","React.useEffect$argument_0","value.getCurrentOptions"],"mappings":"AAA;6DCa;kBCI;GDE;MEM;OFE;CD0B"}},"type":"js/module"}]}