mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 08:51:01 +00:00
1 line
2.2 KiB
Plaintext
1 line
2.2 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.getBundleUrl = getBundleUrl;\n // Copyright 2015-present 650 Industries. All rights reserved.\n\n function getBundleUrl() {\n let scriptURL = null;\n if (true) {\n // For server runtime, we use the filename of the current script\n // @ts-ignore The react-native tsconfig doesn't support CJS\n scriptURL = 'file://' + __filename;\n } else {\n // TODO: Try to support `import.meta.url` when the ecosystem supports ESM,\n // and jest doesn't throw SyntaxError when accessing `import.meta`.\n scriptURL = document.currentScript?.src;\n }\n if (scriptURL == null) {\n return null;\n }\n const url = new URL(scriptURL);\n return `${url.protocol}//${url.host}${url.pathname}`;\n }\n});","lineCount":25,"map":[[6,2,1,0],[8,2,3,7],[8,11,3,16,"getBundleUrl"],[8,23,3,28,"getBundleUrl"],[8,24,3,28],[8,26,3,46],[9,4,4,2],[9,8,4,6,"scriptURL"],[9,17,4,42],[9,20,4,45],[9,24,4,49],[10,4,6,2],[10,14,6,37],[11,6,7,4],[12,6,8,4],[13,6,9,4,"scriptURL"],[13,15,9,13],[13,18,9,16],[13,27,9,25],[13,30,9,28,"__filename"],[13,40,9,38],[14,4,10,2],[14,5,10,3],[14,11,10,9],[15,6,11,4],[16,6,12,4],[17,6,13,4,"scriptURL"],[17,15,13,13],[17,18,13,17,"document"],[17,26,13,25],[17,27,13,26,"currentScript"],[17,40,13,39],[17,42,13,63,"src"],[17,45,13,66],[18,4,14,2],[19,4,16,2],[19,8,16,6,"scriptURL"],[19,17,16,15],[19,21,16,19],[19,25,16,23],[19,27,16,25],[20,6,17,4],[20,13,17,11],[20,17,17,15],[21,4,18,2],[22,4,19,2],[22,10,19,8,"url"],[22,13,19,11],[22,16,19,14],[22,20,19,18,"URL"],[22,23,19,21],[22,24,19,22,"scriptURL"],[22,33,19,31],[22,34,19,32],[23,4,20,2],[23,11,20,9],[23,14,20,12,"url"],[23,17,20,15],[23,18,20,16,"protocol"],[23,26,20,24],[23,31,20,29,"url"],[23,34,20,32],[23,35,20,33,"host"],[23,39,20,37],[23,42,20,40,"url"],[23,45,20,43],[23,46,20,44,"pathname"],[23,54,20,52],[23,56,20,54],[24,2,21,0],[25,0,21,1],[25,3]],"functionMap":{"names":["<global>","getBundleUrl"],"mappings":"AAA;OCE;CDkB"}},"type":"js/module"}]} |