mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 12:21:01 +00:00
1 line
2.8 KiB
Plaintext
1 line
2.8 KiB
Plaintext
{"dependencies":[{"name":"react-native-web/dist/exports/Platform","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"dV3bI3NOD8bfMzaIniMaFGy/nn8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n var _reactNativeWebDistExportsPlatform = require(_dependencyMap[0], \"react-native-web/dist/exports/Platform\");\n var Platform = _interopDefault(_reactNativeWebDistExportsPlatform);\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 const majorVersionIOS = parseInt(Platform.default.Version, 10);\n if (Platform.default.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":30,"map":[[11,2,1,0],[12,0,2,0],[13,0,3,0],[14,0,4,0],[15,0,5,0],[17,2,9,0],[17,8,9,6,"majorVersionIOS"],[17,23,9,21],[17,26,9,24,"parseInt"],[17,34,9,32],[17,35,9,33,"Platform"],[17,43,9,41],[17,44,9,41,"default"],[17,51,9,41],[17,52,9,42,"Version"],[17,59,9,49],[17,61,9,51],[17,63,9,53],[17,64,9,54],[18,2,11,0],[18,6,11,4,"Platform"],[18,14,11,12],[18,15,11,12,"default"],[18,22,11,12],[18,23,11,13,"OS"],[18,25,11,15],[18,30,11,20],[18,35,11,25],[18,39,11,29,"majorVersionIOS"],[18,54,11,44],[18,59,11,49],[18,61,11,51],[18,63,11,53],[19,4,12,2],[19,8,13,4,"Object"],[19,14,13,10],[19,15,13,11,"getOwnPropertyDescriptor"],[19,39,13,35],[19,40,13,36,"ArrayBuffer"],[19,51,13,47],[19,52,13,48,"prototype"],[19,61,13,57],[19,63,13,59],[19,75,13,71],[19,76,13,72],[19,80,13,76],[19,84,13,80],[19,86,14,4],[20,6,15,4],[21,6,16,4,"Object"],[21,12,16,10],[21,13,16,11,"defineProperty"],[21,27,16,25],[21,28,16,26,"ArrayBuffer"],[21,39,16,37],[21,40,16,38,"prototype"],[21,49,16,47],[21,51,16,49],[21,63,16,61],[21,65,16,63],[22,8,17,6,"configurable"],[22,20,17,18],[22,22,17,20],[22,26,17,24],[23,8,18,6,"enumerable"],[23,18,18,16],[23,20,18,18],[23,25,18,23],[24,8,19,6,"get"],[24,11,19,9,"get"],[24,12,19,9],[24,14,19,12],[25,10,20,8],[25,17,20,15],[25,21,20,19],[26,8,21,6],[27,6,22,4],[27,7,22,5],[27,8,22,6],[28,4,23,2],[29,2,24,0],[30,0,24,1],[30,3]],"functionMap":{"names":["<global>","Object.defineProperty$argument_2.get"],"mappings":"AAA;MCkB;ODE"},"hasCjsExports":false},"type":"js/module"}]} |