mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 08:51:01 +00:00
1 line
2.0 KiB
Plaintext
1 line
2.0 KiB
Plaintext
{"dependencies":[],"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.findFocusedRoute = findFocusedRoute;\n function findFocusedRoute(state) {\n let current = state;\n while (current?.routes[current.index ?? 0].state != null) {\n current = current.routes[current.index ?? 0].state;\n }\n const route = current?.routes[current?.index ?? 0];\n return route;\n }\n});","lineCount":16,"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,3,0,"exports"],[7,9,3,0],[7,10,3,0,"findFocusedRoute"],[7,26,3,0],[7,29,3,0,"findFocusedRoute"],[7,45,3,0],[8,2,3,7],[8,11,3,16,"findFocusedRoute"],[8,27,3,32,"findFocusedRoute"],[8,28,3,33,"state"],[8,33,3,38],[8,35,3,40],[9,4,4,2],[9,8,4,6,"current"],[9,15,4,13],[9,18,4,16,"state"],[9,23,4,21],[10,4,5,2],[10,11,5,9,"current"],[10,18,5,16],[10,20,5,18,"routes"],[10,26,5,24],[10,27,5,25,"current"],[10,34,5,32],[10,35,5,33,"index"],[10,40,5,38],[10,44,5,42],[10,45,5,43],[10,46,5,44],[10,47,5,45,"state"],[10,52,5,50],[10,56,5,54],[10,60,5,58],[10,62,5,60],[11,6,6,4,"current"],[11,13,6,11],[11,16,6,14,"current"],[11,23,6,21],[11,24,6,22,"routes"],[11,30,6,28],[11,31,6,29,"current"],[11,38,6,36],[11,39,6,37,"index"],[11,44,6,42],[11,48,6,46],[11,49,6,47],[11,50,6,48],[11,51,6,49,"state"],[11,56,6,54],[12,4,7,2],[13,4,8,2],[13,10,8,8,"route"],[13,15,8,13],[13,18,8,16,"current"],[13,25,8,23],[13,27,8,25,"routes"],[13,33,8,31],[13,34,8,32,"current"],[13,41,8,39],[13,43,8,41,"index"],[13,48,8,46],[13,52,8,50],[13,53,8,51],[13,54,8,52],[14,4,9,2],[14,11,9,9,"route"],[14,16,9,14],[15,2,10,0],[16,0,10,1],[16,3]],"functionMap":{"names":["<global>","findFocusedRoute"],"mappings":"AAA;OCE;CDO"},"hasCjsExports":false},"type":"js/module"}]} |