mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 22:41:02 +00:00
1 line
2.4 KiB
Plaintext
1 line
2.4 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.unstable_hasComponent = unstable_hasComponent;\n var componentNameToExists = new Map();\n function unstable_hasComponent(name) {\n var hasNativeComponent = componentNameToExists.get(name);\n if (hasNativeComponent == null) {\n if (global.__nativeComponentRegistry__hasComponent) {\n hasNativeComponent = global.__nativeComponentRegistry__hasComponent(name);\n componentNameToExists.set(name, hasNativeComponent);\n } else {\n throw `unstable_hasComponent('${name}'): Global function is not registered`;\n }\n }\n return hasNativeComponent;\n }\n});","lineCount":21,"map":[[7,2,19,0,"exports"],[7,9,19,0],[7,10,19,0,"unstable_hasComponent"],[7,31,19,0],[7,34,19,0,"unstable_hasComponent"],[7,55,19,0],[8,2,11,0],[8,6,11,4,"componentNameToExists"],[8,27,11,47],[8,30,11,50],[8,34,11,54,"Map"],[8,37,11,57],[8,38,11,58],[8,39,11,59],[9,2,19,7],[9,11,19,16,"unstable_hasComponent"],[9,32,19,37,"unstable_hasComponent"],[9,33,19,38,"name"],[9,37,19,50],[9,39,19,61],[10,4,20,2],[10,8,20,6,"hasNativeComponent"],[10,26,20,24],[10,29,20,27,"componentNameToExists"],[10,50,20,48],[10,51,20,49,"get"],[10,54,20,52],[10,55,20,53,"name"],[10,59,20,57],[10,60,20,58],[11,4,21,2],[11,8,21,6,"hasNativeComponent"],[11,26,21,24],[11,30,21,28],[11,34,21,32],[11,36,21,34],[12,6,22,4],[12,10,22,8,"global"],[12,16,22,14],[12,17,22,15,"__nativeComponentRegistry__hasComponent"],[12,56,22,54],[12,58,22,56],[13,8,23,6,"hasNativeComponent"],[13,26,23,24],[13,29,23,27,"global"],[13,35,23,33],[13,36,23,34,"__nativeComponentRegistry__hasComponent"],[13,75,23,73],[13,76,23,74,"name"],[13,80,23,78],[13,81,23,79],[14,8,24,6,"componentNameToExists"],[14,29,24,27],[14,30,24,28,"set"],[14,33,24,31],[14,34,24,32,"name"],[14,38,24,36],[14,40,24,38,"hasNativeComponent"],[14,58,24,56],[14,59,24,57],[15,6,25,4],[15,7,25,5],[15,13,25,11],[16,8,26,6],[16,14,26,12],[16,40,26,38,"name"],[16,44,26,42],[16,83,26,81],[17,6,27,4],[18,4,28,2],[19,4,29,2],[19,11,29,9,"hasNativeComponent"],[19,29,29,27],[20,2,30,0],[21,0,30,1],[21,3]],"functionMap":{"names":["<global>","unstable_hasComponent"],"mappings":"AAA;OCkB"},"hasCjsExports":false},"type":"js/module"}]} |