mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 01:51:03 +00:00
1 line
2.8 KiB
Plaintext
1 line
2.8 KiB
Plaintext
{"dependencies":[{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":7,"column":0,"index":243},"end":{"line":7,"column":38,"index":281}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _reactNative = require(_dependencyMap[0], \"react-native\");\n /**\n * There's a bug happening on iOS 10 where `ArrayBuffer.prototype.byteLength`\n * is not defined, but present on the object returned by the function/constructor\n * See https://github.com/charpeni/react-native-url-polyfill/issues/190\n * */\n\n var majorVersionIOS = parseInt(_reactNative.Platform.Version, 10);\n if (_reactNative.Platform.OS === 'ios' && majorVersionIOS === 10) {\n if (Object.getOwnPropertyDescriptor(ArrayBuffer.prototype, 'byteLength') == null) {\n // eslint-disable-next-line no-extend-native\n Object.defineProperty(ArrayBuffer.prototype, 'byteLength', {\n configurable: true,\n enumerable: false,\n get() {\n return null;\n }\n });\n }\n }\n});","lineCount":24,"map":[[4,2,7,0],[4,6,7,0,"_reactNative"],[4,18,7,0],[4,21,7,0,"require"],[4,28,7,0],[4,29,7,0,"_dependencyMap"],[4,43,7,0],[5,2,1,0],[6,0,2,0],[7,0,3,0],[8,0,4,0],[9,0,5,0],[11,2,9,0],[11,6,9,6,"majorVersionIOS"],[11,21,9,21],[11,24,9,24,"parseInt"],[11,32,9,32],[11,33,9,33,"Platform"],[11,45,9,41],[11,46,9,41,"Platform"],[11,54,9,41],[11,55,9,42,"Version"],[11,62,9,49],[11,64,9,51],[11,66,9,53],[11,67,9,54],[12,2,11,0],[12,6,11,4,"Platform"],[12,18,11,12],[12,19,11,12,"Platform"],[12,27,11,12],[12,28,11,13,"OS"],[12,30,11,15],[12,35,11,20],[12,40,11,25],[12,44,11,29,"majorVersionIOS"],[12,59,11,44],[12,64,11,49],[12,66,11,51],[12,68,11,53],[13,4,12,2],[13,8,13,4,"Object"],[13,14,13,10],[13,15,13,11,"getOwnPropertyDescriptor"],[13,39,13,35],[13,40,13,36,"ArrayBuffer"],[13,51,13,47],[13,52,13,48,"prototype"],[13,61,13,57],[13,63,13,59],[13,75,13,71],[13,76,13,72],[13,80,13,76],[13,84,13,80],[13,86,14,4],[14,6,15,4],[15,6,16,4,"Object"],[15,12,16,10],[15,13,16,11,"defineProperty"],[15,27,16,25],[15,28,16,26,"ArrayBuffer"],[15,39,16,37],[15,40,16,38,"prototype"],[15,49,16,47],[15,51,16,49],[15,63,16,61],[15,65,16,63],[16,8,17,6,"configurable"],[16,20,17,18],[16,22,17,20],[16,26,17,24],[17,8,18,6,"enumerable"],[17,18,18,16],[17,20,18,18],[17,25,18,23],[18,8,19,6,"get"],[18,11,19,9,"get"],[18,12,19,9],[18,14,19,12],[19,10,20,8],[19,17,20,15],[19,21,20,19],[20,8,21,6],[21,6,22,4],[21,7,22,5],[21,8,22,6],[22,4,23,2],[23,2,24,0],[24,0,24,1],[24,3]],"functionMap":{"names":["<global>","Object.defineProperty$argument_2.get"],"mappings":"AAA;MCkB;ODE"},"hasCjsExports":false},"type":"js/module"}]} |