mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 10:01:02 +00:00
1 line
3.1 KiB
Plaintext
1 line
3.1 KiB
Plaintext
{"dependencies":[{"name":"./CodedError","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"ejEJzFfKvz0N9hBbejjoG+76cK8=","exportNames":["*"],"imports":1}},{"name":"../Platform","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":43},"end":{"line":2,"column":35,"index":78}}],"key":"SkcN7Zi2IL0pUxWZCaWeI65icek=","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, \"UnavailabilityError\", {\n enumerable: true,\n get: function () {\n return UnavailabilityError;\n }\n });\n var _CodedError = require(_dependencyMap[0], \"./CodedError\");\n var _Platform = require(_dependencyMap[1], \"../Platform\");\n var Platform = _interopDefault(_Platform);\n /**\n * A class for errors to be thrown when a property is accessed which is\n * unavailable, unsupported, or not currently implemented on the running\n * platform.\n */\n class UnavailabilityError extends _CodedError.CodedError {\n constructor(moduleName, propertyName) {\n super('ERR_UNAVAILABLE', `The method or property ${moduleName}.${propertyName} is not available on ${Platform.default.OS}, are you sure you've linked all the native dependencies properly?`);\n }\n }\n});","lineCount":31,"map":[[12,2,9,0,"Object"],[12,8,9,0],[12,9,9,0,"defineProperty"],[12,23,9,0],[12,24,9,0,"exports"],[12,31,9,0],[13,4,9,0,"enumerable"],[13,14,9,0],[14,4,9,0,"get"],[14,7,9,0],[14,18,9,0,"get"],[14,19,9,0],[15,6,9,0],[15,13,9,0,"UnavailabilityError"],[15,32,9,0],[16,4,9,0],[17,2,9,0],[18,2,1,0],[18,6,1,0,"_CodedError"],[18,17,1,0],[18,20,1,0,"require"],[18,27,1,0],[18,28,1,0,"_dependencyMap"],[18,42,1,0],[19,2,2,0],[19,6,2,0,"_Platform"],[19,15,2,0],[19,18,2,0,"require"],[19,25,2,0],[19,26,2,0,"_dependencyMap"],[19,40,2,0],[20,2,2,0],[20,6,2,0,"Platform"],[20,14,2,0],[20,17,2,0,"_interopDefault"],[20,32,2,0],[20,33,2,0,"_Platform"],[20,42,2,0],[21,2,4,0],[22,0,5,0],[23,0,6,0],[24,0,7,0],[25,0,8,0],[26,2,9,7],[26,8,9,13,"UnavailabilityError"],[26,27,9,32],[26,36,9,41,"CodedError"],[26,47,9,51],[26,48,9,51,"CodedError"],[26,58,9,51],[26,59,9,52],[27,4,10,2,"constructor"],[27,15,10,13,"constructor"],[27,16,10,14,"moduleName"],[27,26,10,32],[27,28,10,34,"propertyName"],[27,40,10,54],[27,42,10,56],[28,6,11,4],[28,11,11,9],[28,12,12,6],[28,29,12,23],[28,31,13,6],[28,57,13,32,"moduleName"],[28,67,13,42],[28,71,13,46,"propertyName"],[28,83,13,58],[28,107,13,82,"Platform"],[28,115,13,90],[28,116,13,90,"default"],[28,123,13,90],[28,124,13,91,"OS"],[28,126,13,93],[28,194,14,4],[28,195,14,5],[29,4,15,2],[30,2,16,0],[31,0,16,1],[31,3]],"functionMap":{"names":["<global>","UnavailabilityError","constructor"],"mappings":"AAA;OCQ;ECC;GDK;CDC"},"hasCjsExports":false},"type":"js/module"}]} |