mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 20:21:01 +00:00
1 line
3.9 KiB
Plaintext
1 line
3.9 KiB
Plaintext
{"dependencies":[{"name":"./getDevServer","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":21,"column":25,"index":668},"end":{"line":21,"column":50,"index":693}}],"key":"XTiwJdMhtKrpiN8WycYhMCkLJSM=","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 exports.buildUrlForBundle = buildUrlForBundle;\n /**\n * Copyright © 2022 650 Industries.\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 function buildUrlForBundle(bundlePath) {\n if (bundlePath.match(/^https?:\\/\\//)) {\n return bundlePath;\n }\n if (typeof location !== 'undefined') {\n return joinComponents(location.origin, bundlePath);\n }\n if (process.env.NODE_ENV === 'production') {\n throw new Error('Unable to determine the production URL where additional JavaScript chunks are hosted because the global \"location\" variable is not defined.');\n } else {\n var getDevServer = require(_dependencyMap[0], \"./getDevServer\").default;\n var _getDevServer = getDevServer(),\n serverUrl = _getDevServer.url;\n return joinComponents(serverUrl, bundlePath);\n }\n }\n function joinComponents(prefix, suffix) {\n return prefix.replace(/\\/+$/, '') + '/' + suffix.replace(/^\\/+/, '');\n }\n});","lineCount":34,"map":[[7,2,8,0,"exports"],[7,9,8,0],[7,10,8,0,"buildUrlForBundle"],[7,27,8,0],[7,30,8,0,"buildUrlForBundle"],[7,47,8,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[15,2,8,7],[15,11,8,16,"buildUrlForBundle"],[15,28,8,33,"buildUrlForBundle"],[15,29,8,34,"bundlePath"],[15,39,8,52],[15,41,8,62],[16,4,9,2],[16,8,9,6,"bundlePath"],[16,18,9,16],[16,19,9,17,"match"],[16,24,9,22],[16,25,9,23],[16,39,9,37],[16,40,9,38],[16,42,9,40],[17,6,10,4],[17,13,10,11,"bundlePath"],[17,23,10,21],[18,4,11,2],[19,4,13,2],[19,8,13,6],[19,15,13,13,"location"],[19,23,13,21],[19,28,13,26],[19,39,13,37],[19,41,13,39],[20,6,14,4],[20,13,14,11,"joinComponents"],[20,27,14,25],[20,28,14,26,"location"],[20,36,14,34],[20,37,14,35,"origin"],[20,43,14,41],[20,45,14,43,"bundlePath"],[20,55,14,53],[20,56,14,54],[21,4,15,2],[22,4,16,2],[22,8,16,6,"process"],[22,15,16,13],[22,16,16,14,"env"],[22,19,16,17],[22,20,16,18,"NODE_ENV"],[22,28,16,26],[22,33,16,31],[22,45,16,43],[22,47,16,45],[23,6,17,4],[23,12,17,10],[23,16,17,14,"Error"],[23,21,17,19],[23,22,18,6],[23,163,19,4],[23,164,19,5],[24,4,20,2],[24,5,20,3],[24,11,20,9],[25,6,21,4],[25,10,21,10,"getDevServer"],[25,22,21,22],[25,25,21,25,"require"],[25,32,21,32],[25,33,21,32,"_dependencyMap"],[25,47,21,32],[25,68,21,49],[25,69,21,50],[25,70,22,7,"default"],[25,77,22,57],[26,6,24,4],[26,10,24,4,"_getDevServer"],[26,23,24,4],[26,26,24,31,"getDevServer"],[26,38,24,43],[26,39,24,44],[26,40,24,45],[27,8,24,17,"serverUrl"],[27,17,24,26],[27,20,24,26,"_getDevServer"],[27,33,24,26],[27,34,24,12,"url"],[27,37,24,15],[28,6,26,4],[28,13,26,11,"joinComponents"],[28,27,26,25],[28,28,26,26,"serverUrl"],[28,37,26,35],[28,39,26,37,"bundlePath"],[28,49,26,47],[28,50,26,48],[29,4,27,2],[30,2,28,0],[31,2,30,0],[31,11,30,9,"joinComponents"],[31,25,30,23,"joinComponents"],[31,26,30,24,"prefix"],[31,32,30,38],[31,34,30,40,"suffix"],[31,40,30,54],[31,42,30,64],[32,4,31,2],[32,11,31,9,"prefix"],[32,17,31,15],[32,18,31,16,"replace"],[32,25,31,23],[32,26,31,24],[32,32,31,30],[32,34,31,32],[32,36,31,34],[32,37,31,35],[32,40,31,38],[32,43,31,41],[32,46,31,44,"suffix"],[32,52,31,50],[32,53,31,51,"replace"],[32,60,31,58],[32,61,31,59],[32,67,31,65],[32,69,31,67],[32,71,31,69],[32,72,31,70],[33,2,32,0],[34,0,32,1],[34,3]],"functionMap":{"names":["<global>","buildUrlForBundle","joinComponents"],"mappings":"AAA;OCO;CDoB;AEE;CFE"},"hasCjsExports":false},"type":"js/module"}]} |