mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 07:41:01 +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 \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n function openFileInEditor(file, lineNumber) {\n if (process.env.NODE_ENV !== 'production') {\n // TODO: This is not a great URL since it now blocks users from accessing the `/open-stack-frame` url in their router\n // ideally it would be something like `/_devtools/open-stack-frame`.\n const baseUrl = window.location.protocol + '//' + window.location.host;\n fetch(baseUrl + '/open-stack-frame', {\n method: 'POST',\n body: JSON.stringify({\n file,\n lineNumber\n })\n });\n }\n }\n var _default = openFileInEditor;\n});","lineCount":28,"map":[[7,2,16,0,"Object"],[7,8,16,0],[7,9,16,0,"defineProperty"],[7,23,16,0],[7,24,16,0,"exports"],[7,31,16,0],[8,4,16,0,"enumerable"],[8,14,16,0],[9,4,16,0,"get"],[9,7,16,0],[9,18,16,0,"get"],[9,19,16,0],[10,6,16,0],[10,13,16,0,"_default"],[10,21,16,0],[11,4,16,0],[12,2,16,0],[13,2,3,0],[13,11,3,9,"openFileInEditor"],[13,27,3,25,"openFileInEditor"],[13,28,3,26,"file"],[13,32,3,38],[13,34,3,40,"lineNumber"],[13,44,3,58],[13,46,3,60],[14,4,4,2],[14,8,4,6,"process"],[14,15,4,13],[14,16,4,14,"env"],[14,19,4,17],[14,20,4,18,"NODE_ENV"],[14,28,4,26],[14,33,4,31],[14,45,4,43],[14,47,4,45],[15,6,5,4],[16,6,6,4],[17,6,7,4],[17,12,7,10,"baseUrl"],[17,19,7,17],[17,22,7,20,"window"],[17,28,7,26],[17,29,7,27,"location"],[17,37,7,35],[17,38,7,36,"protocol"],[17,46,7,44],[17,49,7,47],[17,53,7,51],[17,56,7,54,"window"],[17,62,7,60],[17,63,7,61,"location"],[17,71,7,69],[17,72,7,70,"host"],[17,76,7,74],[18,6,9,4,"fetch"],[18,11,9,9],[18,12,9,10,"baseUrl"],[18,19,9,17],[18,22,9,20],[18,41,9,39],[18,43,9,41],[19,8,10,6,"method"],[19,14,10,12],[19,16,10,14],[19,22,10,20],[20,8,11,6,"body"],[20,12,11,10],[20,14,11,12,"JSON"],[20,18,11,16],[20,19,11,17,"stringify"],[20,28,11,26],[20,29,11,27],[21,10,11,29,"file"],[21,14,11,33],[22,10,11,35,"lineNumber"],[23,8,11,46],[23,9,11,47],[24,6,12,4],[24,7,12,5],[24,8,12,6],[25,4,13,2],[26,2,14,0],[27,2,16,0],[27,6,16,0,"_default"],[27,14,16,0],[27,17,16,15,"openFileInEditor"],[27,33,16,31],[28,0,16,32],[28,3]],"functionMap":{"names":["<global>","openFileInEditor"],"mappings":"AAA;ACE;CDW"},"hasCjsExports":false},"type":"js/module"}]} |