mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 16:51:02 +00:00
1 line
2.3 KiB
Plaintext
1 line
2.3 KiB
Plaintext
{"dependencies":[{"name":"./is/bigInt.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"A5hN5Fui+sKPBdZLLY3S3zekGC0=","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 _isBigIntJs = require(_dependencyMap[0], \"./is/bigInt.js\");\n /** @internal */\n function replacer(_, v) {\n return (0, _isBigIntJs.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":[[7,2,13,0,"exports"],[7,9,13,0],[7,10,13,0,"stringify"],[7,19,13,0],[7,22,13,0,"stringify"],[7,31,13,0],[8,2,1,0],[8,6,1,0,"_isBigIntJs"],[8,17,1,0],[8,20,1,0,"require"],[8,27,1,0],[8,28,1,0,"_dependencyMap"],[8,42,1,0],[9,2,2,0],[10,2,3,0],[10,11,3,9,"replacer"],[10,19,3,17,"replacer"],[10,20,3,18,"_"],[10,21,3,19],[10,23,3,21,"v"],[10,24,3,22],[10,26,3,24],[11,4,4,4],[11,11,4,11],[11,15,4,11,"isBigInt"],[11,26,4,19],[11,27,4,19,"isBigInt"],[11,35,4,19],[11,37,4,20,"v"],[11,38,4,21],[11,39,4,22],[11,42,5,10,"v"],[11,43,5,11],[11,44,5,12,"toString"],[11,52,5,20],[11,53,5,21],[11,54,5,22],[11,57,6,10,"v"],[11,58,6,11],[12,2,7,0],[13,2,8,0],[14,0,9,0],[15,0,10,0],[16,0,11,0],[17,0,12,0],[18,2,13,7],[18,11,13,16,"stringify"],[18,20,13,25,"stringify"],[18,21,13,26,"value"],[18,26,13,31],[18,28,13,33,"space"],[18,33,13,38],[18,35,13,40],[19,4,14,4],[19,11,14,11,"JSON"],[19,15,14,15],[19,16,14,16,"stringify"],[19,25,14,25],[19,26,14,26,"value"],[19,31,14,31],[19,33,14,33,"replacer"],[19,41,14,41],[19,43,14,43,"space"],[19,48,14,48],[19,49,14,49],[20,2,15,0],[21,0,15,1],[21,3]],"functionMap":{"names":["<global>","replacer","stringify"],"mappings":"AAA;ACE;CDI;OEM;CFE"},"hasCjsExports":false},"type":"js/module"}]} |