mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 21:31:02 +00:00
1 line
8.5 KiB
Plaintext
1 line
8.5 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":["*"],"imports":1}},{"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":["*"],"imports":1}},{"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":["*"],"imports":1}},{"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":["*"],"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 _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n Object.defineProperty(exports, \"ServerContainer\", {\n enumerable: true,\n get: function () {\n return ServerContainer;\n }\n });\n var _reactNavigationCore = require(_dependencyMap[0], \"@react-navigation/core\");\n var _react = require(_dependencyMap[1], \"react\");\n var React = _interopNamespace(_react);\n var _ServerContextJs = require(_dependencyMap[2], \"./ServerContext.js\");\n var _reactJsxRuntime = require(_dependencyMap[3], \"react/jsx-runtime\");\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 = /*#__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, _reactJsxRuntime.jsx)(_ServerContextJs.ServerContext.Provider, {\n value: {\n location\n },\n children: /*#__PURE__*/(0, _reactJsxRuntime.jsx)(_reactNavigationCore.CurrentRenderContext.Provider, {\n value: current,\n children: children\n })\n })\n );\n });\n});","lineCount":80,"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],[7,11,1,13,"_interopNamespace"],[7,29,1,13,"e"],[7,30,1,13],[8,4,1,13],[8,8,1,13,"e"],[8,9,1,13],[8,13,1,13,"e"],[8,14,1,13],[8,15,1,13,"__esModule"],[8,25,1,13],[8,34,1,13,"e"],[8,35,1,13],[9,4,1,13],[9,8,1,13,"n"],[9,9,1,13],[10,4,1,13],[10,8,1,13,"e"],[10,9,1,13],[10,11,1,13,"Object"],[10,17,1,13],[10,18,1,13,"keys"],[10,22,1,13],[10,23,1,13,"e"],[10,24,1,13],[10,26,1,13,"forEach"],[10,33,1,13],[10,44,1,13,"k"],[10,45,1,13],[11,6,1,13],[11,10,1,13,"d"],[11,11,1,13],[11,14,1,13,"Object"],[11,20,1,13],[11,21,1,13,"getOwnPropertyDescriptor"],[11,45,1,13],[11,46,1,13,"e"],[11,47,1,13],[11,49,1,13,"k"],[11,50,1,13],[12,6,1,13,"Object"],[12,12,1,13],[12,13,1,13,"defineProperty"],[12,27,1,13],[12,28,1,13,"n"],[12,29,1,13],[12,31,1,13,"k"],[12,32,1,13],[12,34,1,13,"d"],[12,35,1,13],[12,36,1,13,"get"],[12,39,1,13],[12,42,1,13,"d"],[12,43,1,13],[13,8,1,13,"enumerable"],[13,18,1,13],[14,8,1,13,"get"],[14,11,1,13],[14,22,1,13,"get"],[14,23,1,13],[15,10,1,13],[15,17,1,13,"e"],[15,18,1,13],[15,19,1,13,"k"],[15,20,1,13],[16,8,1,13],[17,6,1,13],[18,4,1,13],[19,4,1,13,"n"],[19,5,1,13],[19,6,1,13,"default"],[19,13,1,13],[19,16,1,13,"e"],[19,17,1,13],[20,4,1,13],[20,11,1,13,"n"],[20,12,1,13],[21,2,1,13],[22,2,14,0,"Object"],[22,8,14,0],[22,9,14,0,"defineProperty"],[22,23,14,0],[22,24,14,0,"exports"],[22,31,14,0],[23,4,14,0,"enumerable"],[23,14,14,0],[24,4,14,0,"get"],[24,7,14,0],[24,18,14,0,"get"],[24,19,14,0],[25,6,14,0],[25,13,14,0,"ServerContainer"],[25,28,14,0],[26,4,14,0],[27,2,14,0],[28,2,3,0],[28,6,3,0,"_reactNavigationCore"],[28,26,3,0],[28,29,3,0,"require"],[28,36,3,0],[28,37,3,0,"_dependencyMap"],[28,51,3,0],[29,2,4,0],[29,6,4,0,"_react"],[29,12,4,0],[29,15,4,0,"require"],[29,22,4,0],[29,23,4,0,"_dependencyMap"],[29,37,4,0],[30,2,4,0],[30,6,4,0,"React"],[30,11,4,0],[30,14,4,0,"_interopNamespace"],[30,31,4,0],[30,32,4,0,"_react"],[30,38,4,0],[31,2,5,0],[31,6,5,0,"_ServerContextJs"],[31,22,5,0],[31,25,5,0,"require"],[31,32,5,0],[31,33,5,0,"_dependencyMap"],[31,47,5,0],[32,2,6,0],[32,6,6,0,"_reactJsxRuntime"],[32,22,6,0],[32,25,6,0,"require"],[32,32,6,0],[32,33,6,0,"_dependencyMap"],[32,47,6,0],[33,2,7,0],[34,0,8,0],[35,0,9,0],[36,0,10,0],[37,0,11,0],[38,0,12,0],[39,0,13,0],[40,2,14,7],[40,8,14,13,"ServerContainer"],[40,23,14,28],[40,26,14,31],[40,39,14,44,"React"],[40,44,14,49],[40,45,14,50,"forwardRef"],[40,55,14,60],[40,56,14,61],[40,65,14,70,"ServerContainer"],[40,80,14,85,"ServerContainer"],[40,81,14,86],[41,4,15,2,"children"],[41,12,15,10],[42,4,16,2,"location"],[43,2,17,0],[43,3,17,1],[43,5,17,3,"ref"],[43,8,17,6],[43,10,17,8],[44,4,18,2,"React"],[44,9,18,7],[44,10,18,8,"useEffect"],[44,19,18,17],[44,20,18,18],[44,26,18,24],[45,6,19,4,"console"],[45,13,19,11],[45,14,19,12,"error"],[45,19,19,17],[45,20,19,18],[45,106,19,104],[45,107,19,105],[46,4,20,2],[46,5,20,3],[46,7,20,5],[46,9,20,7],[46,10,20,8],[48,4,22,2],[49,4,23,2],[49,10,23,8,"current"],[49,17,23,15],[49,20,23,18],[49,21,23,19],[49,22,23,20],[50,4,24,2],[50,8,24,6,"ref"],[50,11,24,9],[50,13,24,11],[51,6,25,4],[51,12,25,10,"value"],[51,17,25,15],[51,20,25,18],[52,8,26,6,"getCurrentOptions"],[52,25,26,23,"getCurrentOptions"],[52,26,26,23],[52,28,26,26],[53,10,27,8],[53,17,27,15,"current"],[53,24,27,22],[53,25,27,23,"options"],[53,32,27,30],[54,8,28,6],[55,6,29,4],[55,7,29,5],[57,6,31,4],[58,6,32,4],[59,6,33,4],[60,6,34,4],[61,6,35,4],[61,10,35,8],[61,17,35,15,"ref"],[61,20,35,18],[61,25,35,23],[61,35,35,33],[61,37,35,35],[62,8,36,6,"ref"],[62,11,36,9],[62,12,36,10,"value"],[62,17,36,15],[62,18,36,16],[63,6,37,4],[63,7,37,5],[63,13,37,11],[64,8,38,6,"ref"],[64,11,38,9],[64,12,38,10,"current"],[64,19,38,17],[64,22,38,20,"value"],[64,27,38,25],[65,6,39,4],[66,4,40,2],[67,4,41,2],[67,12,42,4],[68,6,43,4],[69,6,44,4],[69,10,44,4,"_jsx"],[69,26,44,8],[69,27,44,8,"jsx"],[69,30,44,8],[69,32,44,9,"ServerContext"],[69,48,44,22],[69,49,44,22,"ServerContext"],[69,62,44,22],[69,63,44,23,"Provider"],[69,71,44,31],[69,73,44,33],[70,8,45,6,"value"],[70,13,45,11],[70,15,45,13],[71,10,46,8,"location"],[72,8,47,6],[72,9,47,7],[73,8,48,6,"children"],[73,16,48,14],[73,18,48,16],[73,31,48,29],[73,35,48,29,"_jsx"],[73,51,48,33],[73,52,48,33,"jsx"],[73,55,48,33],[73,57,48,34,"CurrentRenderContext"],[73,77,48,54],[73,78,48,54,"CurrentRenderContext"],[73,98,48,54],[73,99,48,55,"Provider"],[73,107,48,63],[73,109,48,65],[74,10,49,8,"value"],[74,15,49,13],[74,17,49,15,"current"],[74,24,49,22],[75,10,50,8,"children"],[75,18,50,16],[75,20,50,18,"children"],[76,8,51,6],[76,9,51,7],[77,6,52,4],[77,7,52,5],[78,4,52,6],[79,2,54,0],[79,3,54,1],[79,4,54,2],[80,0,54,3],[80,3]],"functionMap":{"names":["<global>","ServerContainer","React.useEffect$argument_0","value.getCurrentOptions"],"mappings":"AAA;6DCa;kBCI;GDE;MEM;OFE;CD0B"},"hasCjsExports":false},"type":"js/module"}]} |