mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +00:00
1 line
2.4 KiB
Plaintext
1 line
2.4 KiB
Plaintext
{"dependencies":[],"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 exports.getBundleUrl = getBundleUrl;\n // Copyright 2015-present 650 Industries. All rights reserved.\n\n function getBundleUrl() {\n let scriptURL = null;\n if (typeof window === 'undefined') {\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":27,"map":[[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"getBundleUrl"],[7,22,3,0],[7,25,3,0,"getBundleUrl"],[7,37,3,0],[8,2,1,0],[10,2,3,7],[10,11,3,16,"getBundleUrl"],[10,23,3,28,"getBundleUrl"],[10,24,3,28],[10,26,3,46],[11,4,4,2],[11,8,4,6,"scriptURL"],[11,17,4,42],[11,20,4,45],[11,24,4,49],[12,4,6,2],[12,8,6,6],[12,15,6,13,"window"],[12,21,6,19],[12,26,6,24],[12,37,6,35],[12,39,6,37],[13,6,7,4],[14,6,8,4],[15,6,9,4,"scriptURL"],[15,15,9,13],[15,18,9,16],[15,27,9,25],[15,30,9,28,"__filename"],[15,40,9,38],[16,4,10,2],[16,5,10,3],[16,11,10,9],[17,6,11,4],[18,6,12,4],[19,6,13,4,"scriptURL"],[19,15,13,13],[19,18,13,17,"document"],[19,26,13,25],[19,27,13,26,"currentScript"],[19,40,13,39],[19,42,13,63,"src"],[19,45,13,66],[20,4,14,2],[21,4,16,2],[21,8,16,6,"scriptURL"],[21,17,16,15],[21,21,16,19],[21,25,16,23],[21,27,16,25],[22,6,17,4],[22,13,17,11],[22,17,17,15],[23,4,18,2],[24,4,19,2],[24,10,19,8,"url"],[24,13,19,11],[24,16,19,14],[24,20,19,18,"URL"],[24,23,19,21],[24,24,19,22,"scriptURL"],[24,33,19,31],[24,34,19,32],[25,4,20,2],[25,11,20,9],[25,14,20,12,"url"],[25,17,20,15],[25,18,20,16,"protocol"],[25,26,20,24],[25,31,20,29,"url"],[25,34,20,32],[25,35,20,33,"host"],[25,39,20,37],[25,42,20,40,"url"],[25,45,20,43],[25,46,20,44,"pathname"],[25,54,20,52],[25,56,20,54],[26,2,21,0],[27,0,21,1],[27,3]],"functionMap":{"names":["<global>","getBundleUrl"],"mappings":"AAA;OCE;CDkB"},"hasCjsExports":false},"type":"js/module"}]} |