mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 13:31:00 +00:00
1 line
5.3 KiB
Plaintext
1 line
5.3 KiB
Plaintext
{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":31,"index":46}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","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 exports.useKeyedChildListeners = useKeyedChildListeners;\n var _react = require(_dependencyMap[0], \"react\");\n var React = _interopNamespace(_react);\n /**\n * Hook which lets child navigators add getters to be called for obtaining rehydrated state.\n */\n function useKeyedChildListeners() {\n const {\n current: keyedListeners\n } = React.useRef(Object.assign(Object.create(null), {\n getState: {},\n beforeRemove: {}\n }));\n const addKeyedListener = React.useCallback((type, key, listener) => {\n // @ts-expect-error: according to ref stated above you can use `key` to index type\n keyedListeners[type][key] = listener;\n return () => {\n // @ts-expect-error: according to ref stated above you can use `key` to index type\n keyedListeners[type][key] = undefined;\n };\n }, [keyedListeners]);\n return {\n keyedListeners,\n addKeyedListener\n };\n }\n});","lineCount":48,"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,7,0,"exports"],[22,9,7,0],[22,10,7,0,"useKeyedChildListeners"],[22,32,7,0],[22,35,7,0,"useKeyedChildListeners"],[22,57,7,0],[23,2,3,0],[23,6,3,0,"_react"],[23,12,3,0],[23,15,3,0,"require"],[23,22,3,0],[23,23,3,0,"_dependencyMap"],[23,37,3,0],[24,2,3,0],[24,6,3,0,"React"],[24,11,3,0],[24,14,3,0,"_interopNamespace"],[24,31,3,0],[24,32,3,0,"_react"],[24,38,3,0],[25,2,4,0],[26,0,5,0],[27,0,6,0],[28,2,7,7],[28,11,7,16,"useKeyedChildListeners"],[28,33,7,38,"useKeyedChildListeners"],[28,34,7,38],[28,36,7,41],[29,4,8,2],[29,10,8,8],[30,6,9,4,"current"],[30,13,9,11],[30,15,9,13,"keyedListeners"],[31,4,10,2],[31,5,10,3],[31,8,10,6,"React"],[31,13,10,11],[31,14,10,12,"useRef"],[31,20,10,18],[31,21,10,19,"Object"],[31,27,10,25],[31,28,10,26,"assign"],[31,34,10,32],[31,35,10,33,"Object"],[31,41,10,39],[31,42,10,40,"create"],[31,48,10,46],[31,49,10,47],[31,53,10,51],[31,54,10,52],[31,56,10,54],[32,6,11,4,"getState"],[32,14,11,12],[32,16,11,14],[32,17,11,15],[32,18,11,16],[33,6,12,4,"beforeRemove"],[33,18,12,16],[33,20,12,18],[33,21,12,19],[34,4,13,2],[34,5,13,3],[34,6,13,4],[34,7,13,5],[35,4,14,2],[35,10,14,8,"addKeyedListener"],[35,26,14,24],[35,29,14,27,"React"],[35,34,14,32],[35,35,14,33,"useCallback"],[35,46,14,44],[35,47,14,45],[35,48,14,46,"type"],[35,52,14,50],[35,54,14,52,"key"],[35,57,14,55],[35,59,14,57,"listener"],[35,67,14,65],[35,72,14,70],[36,6,15,4],[37,6,16,4,"keyedListeners"],[37,20,16,18],[37,21,16,19,"type"],[37,25,16,23],[37,26,16,24],[37,27,16,25,"key"],[37,30,16,28],[37,31,16,29],[37,34,16,32,"listener"],[37,42,16,40],[38,6,17,4],[38,13,17,11],[38,19,17,17],[39,8,18,6],[40,8,19,6,"keyedListeners"],[40,22,19,20],[40,23,19,21,"type"],[40,27,19,25],[40,28,19,26],[40,29,19,27,"key"],[40,32,19,30],[40,33,19,31],[40,36,19,34,"undefined"],[40,45,19,43],[41,6,20,4],[41,7,20,5],[42,4,21,2],[42,5,21,3],[42,7,21,5],[42,8,21,6,"keyedListeners"],[42,22,21,20],[42,23,21,21],[42,24,21,22],[43,4,22,2],[43,11,22,9],[44,6,23,4,"keyedListeners"],[44,20,23,18],[45,6,24,4,"addKeyedListener"],[46,4,25,2],[46,5,25,3],[47,2,26,0],[48,0,26,1],[48,3]],"functionMap":{"names":["<global>","useKeyedChildListeners","addKeyedListener","<anonymous>"],"mappings":"AAA;OCM;6CCO;WCG;KDG;GDC;CDK"},"hasCjsExports":false},"type":"js/module"}]} |