mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
6.0 KiB
Plaintext
1 line
6.0 KiB
Plaintext
{"dependencies":[{"name":"react-native-web/dist/exports/NativeModules","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MRft9soElPgDBIQyAww27iefYeU=","exportNames":["*"],"imports":1}},{"name":"whatwg-url-without-unicode","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":44},"end":{"line":2,"column":60,"index":104}}],"key":"A+MCbLw/itdoI4zIyjSMR6P1C2g=","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 _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"URL\", {\n enumerable: true,\n get: function () {\n return URL;\n }\n });\n var _reactNativeWebDistExportsNativeModules = require(_dependencyMap[0], \"react-native-web/dist/exports/NativeModules\");\n var NativeModules = _interopDefault(_reactNativeWebDistExportsNativeModules);\n var _whatwgUrlWithoutUnicode = require(_dependencyMap[1], \"whatwg-url-without-unicode\");\n let BLOB_URL_PREFIX = null;\n const {\n BlobModule\n } = NativeModules.default;\n if (BlobModule && typeof BlobModule.BLOB_URI_SCHEME === 'string') {\n BLOB_URL_PREFIX = BlobModule.BLOB_URI_SCHEME + ':';\n if (typeof BlobModule.BLOB_URI_HOST === 'string') {\n BLOB_URL_PREFIX += `//${BlobModule.BLOB_URI_HOST}/`;\n }\n }\n\n /**\n * To allow Blobs be accessed via `content://` URIs,\n * you need to register `BlobProvider` as a ContentProvider in your app's `AndroidManifest.xml`:\n *\n * ```xml\n * <manifest>\n * <application>\n * <provider\n * android:name=\"com.facebook.react.modules.blob.BlobProvider\"\n * android:authorities=\"@string/blob_provider_authority\"\n * android:exported=\"false\"\n * />\n * </application>\n * </manifest>\n * ```\n * And then define the `blob_provider_authority` string in `res/values/strings.xml`.\n * Use a dotted name that's entirely unique to your app:\n *\n * ```xml\n * <resources>\n * <string name=\"blob_provider_authority\">your.app.package.blobs</string>\n * </resources>\n * ```\n */\n\n _whatwgUrlWithoutUnicode.URL.createObjectURL = function createObjectURL(blob) {\n if (BLOB_URL_PREFIX === null) {\n throw new Error('Cannot create URL for blob!');\n }\n return `${BLOB_URL_PREFIX}${blob.data.blobId}?offset=${blob.data.offset}&size=${blob.size}`;\n };\n _whatwgUrlWithoutUnicode.URL.revokeObjectURL = function revokeObjectURL(url) {\n // Do nothing.\n };\n const URL = _whatwgUrlWithoutUnicode.URL;\n});","lineCount":67,"map":[[12,2,51,0,"Object"],[12,8,51,0],[12,9,51,0,"defineProperty"],[12,23,51,0],[12,24,51,0,"exports"],[12,31,51,0],[13,4,51,0,"enumerable"],[13,14,51,0],[14,4,51,0,"get"],[14,7,51,0],[14,18,51,0,"get"],[14,19,51,0],[15,6,51,0],[15,13,51,0,"URL"],[15,16,51,0],[16,4,51,0],[17,2,51,0],[18,2,51,29],[18,6,51,29,"_reactNativeWebDistExportsNativeModules"],[18,45,51,29],[18,48,51,29,"require"],[18,55,51,29],[18,56,51,29,"_dependencyMap"],[18,70,51,29],[19,2,51,29],[19,6,51,29,"NativeModules"],[19,19,51,29],[19,22,51,29,"_interopDefault"],[19,37,51,29],[19,38,51,29,"_reactNativeWebDistExportsNativeModules"],[19,77,51,29],[20,2,2,0],[20,6,2,0,"_whatwgUrlWithoutUnicode"],[20,30,2,0],[20,33,2,0,"require"],[20,40,2,0],[20,41,2,0,"_dependencyMap"],[20,55,2,0],[21,2,4,0],[21,6,4,4,"BLOB_URL_PREFIX"],[21,21,4,19],[21,24,4,22],[21,28,4,26],[22,2,6,0],[22,8,6,6],[23,4,6,7,"BlobModule"],[24,2,6,17],[24,3,6,18],[24,6,6,21,"NativeModules"],[24,19,6,34],[24,20,6,34,"default"],[24,27,6,34],[25,2,8,0],[25,6,8,4,"BlobModule"],[25,16,8,14],[25,20,8,18],[25,27,8,25,"BlobModule"],[25,37,8,35],[25,38,8,36,"BLOB_URI_SCHEME"],[25,53,8,51],[25,58,8,56],[25,66,8,64],[25,68,8,66],[26,4,9,2,"BLOB_URL_PREFIX"],[26,19,9,17],[26,22,9,20,"BlobModule"],[26,32,9,30],[26,33,9,31,"BLOB_URI_SCHEME"],[26,48,9,46],[26,51,9,49],[26,54,9,52],[27,4,10,2],[27,8,10,6],[27,15,10,13,"BlobModule"],[27,25,10,23],[27,26,10,24,"BLOB_URI_HOST"],[27,39,10,37],[27,44,10,42],[27,52,10,50],[27,54,10,52],[28,6,11,4,"BLOB_URL_PREFIX"],[28,21,11,19],[28,25,11,23],[28,30,11,28,"BlobModule"],[28,40,11,38],[28,41,11,39,"BLOB_URI_HOST"],[28,54,11,52],[28,57,11,55],[29,4,12,2],[30,2,13,0],[32,2,15,0],[33,0,16,0],[34,0,17,0],[35,0,18,0],[36,0,19,0],[37,0,20,0],[38,0,21,0],[39,0,22,0],[40,0,23,0],[41,0,24,0],[42,0,25,0],[43,0,26,0],[44,0,27,0],[45,0,28,0],[46,0,29,0],[47,0,30,0],[48,0,31,0],[49,0,32,0],[50,0,33,0],[51,0,34,0],[52,0,35,0],[53,0,36,0],[54,0,37,0],[55,0,38,0],[57,2,40,0,"whatwgUrl"],[57,26,40,9],[57,27,40,9,"URL"],[57,30,40,9],[57,31,40,10,"createObjectURL"],[57,46,40,25],[57,49,40,28],[57,58,40,37,"createObjectURL"],[57,73,40,52,"createObjectURL"],[57,74,40,53,"blob"],[57,78,40,57],[57,80,40,59],[58,4,41,2],[58,8,41,6,"BLOB_URL_PREFIX"],[58,23,41,21],[58,28,41,26],[58,32,41,30],[58,34,41,32],[59,6,42,4],[59,12,42,10],[59,16,42,14,"Error"],[59,21,42,19],[59,22,42,20],[59,51,42,49],[59,52,42,50],[60,4,43,2],[61,4,44,2],[61,11,44,9],[61,14,44,12,"BLOB_URL_PREFIX"],[61,29,44,27],[61,32,44,30,"blob"],[61,36,44,34],[61,37,44,35,"data"],[61,41,44,39],[61,42,44,40,"blobId"],[61,48,44,46],[61,59,44,57,"blob"],[61,63,44,61],[61,64,44,62,"data"],[61,68,44,66],[61,69,44,67,"offset"],[61,75,44,73],[61,84,44,82,"blob"],[61,88,44,86],[61,89,44,87,"size"],[61,93,44,91],[61,95,44,93],[62,2,45,0],[62,3,45,1],[63,2,47,0,"whatwgUrl"],[63,26,47,9],[63,27,47,9,"URL"],[63,30,47,9],[63,31,47,10,"revokeObjectURL"],[63,46,47,25],[63,49,47,28],[63,58,47,37,"revokeObjectURL"],[63,73,47,52,"revokeObjectURL"],[63,74,47,53,"url"],[63,77,47,56],[63,79,47,58],[64,4,48,2],[65,2,48,2],[65,3,49,1],[66,2,51,7],[66,8,51,13,"URL"],[66,11,51,16],[66,14,51,19,"whatwgUrl"],[66,38,51,28],[66,39,51,28,"URL"],[66,42,51,28],[67,0,51,29],[67,3]],"functionMap":{"names":["<global>","createObjectURL","revokeObjectURL"],"mappings":"AAA;4BCuC;CDK;4BEE;CFE"},"hasCjsExports":false},"type":"js/module"}]} |