mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
1 line
2.5 KiB
Plaintext
1 line
2.5 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.default = void 0;\n /**\n * Copyright (c) 650 Industries.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n async function symbolicateStackTrace(stack) {\n const baseUrl = typeof window === 'undefined' ? process.env.EXPO_DEV_SERVER_ORIGIN : window.location.protocol + '//' + window.location.host;\n const response = await fetch(baseUrl + '/symbolicate', {\n method: 'POST',\n body: JSON.stringify({\n stack\n })\n });\n return await response.json();\n }\n var _default = exports.default = symbolicateStackTrace;\n});","lineCount":25,"map":[[6,2,1,0],[7,0,2,0],[8,0,3,0],[9,0,4,0],[10,0,5,0],[11,0,6,0],[12,0,7,0],[14,2,26,0],[14,17,26,15,"symbolicateStackTrace"],[14,38,26,36,"symbolicateStackTrace"],[14,39,26,37,"stack"],[14,44,26,56],[14,46,26,91],[15,4,27,2],[15,10,27,8,"baseUrl"],[15,17,27,15],[15,20,28,4],[15,27,28,11,"window"],[15,33,28,17],[15,38,28,22],[15,49,28,33],[15,52,29,8,"process"],[15,59,29,15],[15,60,29,16,"env"],[15,63,29,19],[15,64,29,20,"EXPO_DEV_SERVER_ORIGIN"],[15,86,29,42],[15,89,30,8,"window"],[15,95,30,14],[15,96,30,15,"location"],[15,104,30,23],[15,105,30,24,"protocol"],[15,113,30,32],[15,116,30,35],[15,120,30,39],[15,123,30,42,"window"],[15,129,30,48],[15,130,30,49,"location"],[15,138,30,57],[15,139,30,58,"host"],[15,143,30,62],[16,4,32,2],[16,10,32,8,"response"],[16,18,32,16],[16,21,32,19],[16,27,32,25,"fetch"],[16,32,32,30],[16,33,32,31,"baseUrl"],[16,40,32,38],[16,43,32,41],[16,57,32,55],[16,59,32,57],[17,6,33,4,"method"],[17,12,33,10],[17,14,33,12],[17,20,33,18],[18,6,34,4,"body"],[18,10,34,8],[18,12,34,10,"JSON"],[18,16,34,14],[18,17,34,15,"stringify"],[18,26,34,24],[18,27,34,25],[19,8,34,27,"stack"],[20,6,34,33],[20,7,34,34],[21,4,35,2],[21,5,35,3],[21,6,35,4],[22,4,36,2],[22,11,36,9],[22,17,36,15,"response"],[22,25,36,23],[22,26,36,24,"json"],[22,30,36,28],[22,31,36,29],[22,32,36,30],[23,2,37,0],[24,2,37,1],[24,6,37,1,"_default"],[24,14,37,1],[24,17,37,1,"exports"],[24,24,37,1],[24,25,37,1,"default"],[24,32,37,1],[24,35,39,15,"symbolicateStackTrace"],[24,56,39,36],[25,0,39,36],[25,3]],"functionMap":{"names":["<global>","symbolicateStackTrace"],"mappings":"AAA;ACyB;CDW"}},"type":"js/module"}]} |