mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 22:41:02 +00:00
1 line
2.6 KiB
Plaintext
1 line
2.6 KiB
Plaintext
{"dependencies":[{"name":"./is/bigInt.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":20,"index":128},"end":{"line":4,"column":45,"index":153}}],"key":"3lsvzRCjG8TjSly1zm22hPbJP/o=","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.stringify = stringify;\n var bigInt_js_1 = require(_dependencyMap[0], \"./is/bigInt.js\");\n /** @internal */\n function replacer(_, v) {\n return (0, bigInt_js_1.isBigInt)(v) ? v.toString() : v;\n }\n /**\n * @name stringify\n * @summary Performs a JSON.stringify, with BigInt handling\n * @description A wrapper for JSON.stringify that handles BigInt values transparently, converting them to string. No differences from the native JSON.stringify function otherwise.\n */\n function stringify(value, space) {\n return JSON.stringify(value, replacer, space);\n }\n});","lineCount":21,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"stringify"],[7,19,3,17],[7,22,3,20,"stringify"],[7,31,3,29],[8,2,4,0],[8,6,4,6,"bigInt_js_1"],[8,17,4,17],[8,20,4,20,"require"],[8,27,4,27],[8,28,4,27,"_dependencyMap"],[8,42,4,27],[8,63,4,44],[8,64,4,45],[9,2,5,0],[10,2,6,0],[10,11,6,9,"replacer"],[10,19,6,17,"replacer"],[10,20,6,18,"_"],[10,21,6,19],[10,23,6,21,"v"],[10,24,6,22],[10,26,6,24],[11,4,7,4],[11,11,7,11],[11,12,7,12],[11,13,7,13],[11,15,7,15,"bigInt_js_1"],[11,26,7,26],[11,27,7,27,"isBigInt"],[11,35,7,35],[11,37,7,37,"v"],[11,38,7,38],[11,39,7,39],[11,42,8,10,"v"],[11,43,8,11],[11,44,8,12,"toString"],[11,52,8,20],[11,53,8,21],[11,54,8,22],[11,57,9,10,"v"],[11,58,9,11],[12,2,10,0],[13,2,11,0],[14,0,12,0],[15,0,13,0],[16,0,14,0],[17,0,15,0],[18,2,16,0],[18,11,16,9,"stringify"],[18,20,16,18,"stringify"],[18,21,16,19,"value"],[18,26,16,24],[18,28,16,26,"space"],[18,33,16,31],[18,35,16,33],[19,4,17,4],[19,11,17,11,"JSON"],[19,15,17,15],[19,16,17,16,"stringify"],[19,25,17,25],[19,26,17,26,"value"],[19,31,17,31],[19,33,17,33,"replacer"],[19,41,17,41],[19,43,17,43,"space"],[19,48,17,48],[19,49,17,49],[20,2,18,0],[21,0,18,1],[21,3]],"functionMap":{"names":["<global>","replacer","stringify"],"mappings":"AAA;ACK;CDI;AEM;CFE"},"hasCjsExports":true},"type":"js/module"}]} |