Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/3e/13ec86998385849b23f0f60233826a32b352627ad5a090bec837867423b8811c525631
T
2025-11-07 20:14:32 +00:00

1 line
4.1 KiB
Plaintext

{"dependencies":[{"name":"../bn/toBn.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":132},"end":{"line":4,"column":42,"index":156}}],"key":"H17FLHahEUdM5YAMjIvTFqUxlYc=","exportNames":["*"],"imports":1}},{"name":"./formatDecimal.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":27,"index":185},"end":{"line":5,"column":56,"index":214}}],"key":"ea+5HXvxCez7OfPOIVGhq4b5Qbo=","exportNames":["*"],"imports":1}},{"name":"./getSeparator.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":26,"index":242},"end":{"line":6,"column":54,"index":270}}],"key":"1rwcwRN1INChBgEJKYve7TSyuEk=","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.formatNumber = formatNumber;\n var toBn_js_1 = require(_dependencyMap[0], \"../bn/toBn.js\");\n var formatDecimal_js_1 = require(_dependencyMap[1], \"./formatDecimal.js\");\n var getSeparator_js_1 = require(_dependencyMap[2], \"./getSeparator.js\");\n /**\n * @name formatNumber\n * @description Formats a number into string format with thousand separators\n */\n function formatNumber(value) {\n var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},\n _ref$locale = _ref.locale,\n locale = _ref$locale === void 0 ? 'en' : _ref$locale;\n var _ref2 = (0, getSeparator_js_1.getSeparator)(locale),\n thousand = _ref2.thousand;\n return (0, formatDecimal_js_1.formatDecimal)((0, toBn_js_1.bnToBn)(value).toString(), thousand);\n }\n});","lineCount":23,"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,"formatNumber"],[7,22,3,20],[7,25,3,23,"formatNumber"],[7,37,3,35],[8,2,4,0],[8,6,4,6,"toBn_js_1"],[8,15,4,15],[8,18,4,18,"require"],[8,25,4,25],[8,26,4,25,"_dependencyMap"],[8,40,4,25],[8,60,4,41],[8,61,4,42],[9,2,5,0],[9,6,5,6,"formatDecimal_js_1"],[9,24,5,24],[9,27,5,27,"require"],[9,34,5,34],[9,35,5,34,"_dependencyMap"],[9,49,5,34],[9,74,5,55],[9,75,5,56],[10,2,6,0],[10,6,6,6,"getSeparator_js_1"],[10,23,6,23],[10,26,6,26,"require"],[10,33,6,33],[10,34,6,33,"_dependencyMap"],[10,48,6,33],[10,72,6,53],[10,73,6,54],[11,2,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,2,11,0],[15,11,11,9,"formatNumber"],[15,23,11,21,"formatNumber"],[15,24,11,22,"value"],[15,29,11,27],[15,31,11,53],[16,4,11,53],[16,8,11,53,"_ref"],[16,12,11,53],[16,15,11,53,"arguments"],[16,24,11,53],[16,25,11,53,"length"],[16,31,11,53],[16,39,11,53,"arguments"],[16,48,11,53],[16,56,11,53,"undefined"],[16,65,11,53],[16,68,11,53,"arguments"],[16,77,11,53],[16,83,11,49],[16,84,11,50],[16,85,11,51],[17,6,11,51,"_ref$locale"],[17,17,11,51],[17,20,11,51,"_ref"],[17,24,11,51],[17,25,11,31,"locale"],[17,31,11,37],[18,6,11,31,"locale"],[18,12,11,37],[18,15,11,37,"_ref$locale"],[18,26,11,37],[18,40,11,40],[18,44,11,44],[18,47,11,44,"_ref$locale"],[18,58,11,44],[19,4,12,4],[19,8,12,4,"_ref2"],[19,13,12,4],[19,16,12,25],[19,17,12,26],[19,18,12,27],[19,20,12,29,"getSeparator_js_1"],[19,37,12,46],[19,38,12,47,"getSeparator"],[19,50,12,59],[19,52,12,61,"locale"],[19,58,12,67],[19,59,12,68],[20,6,12,12,"thousand"],[20,14,12,20],[20,17,12,20,"_ref2"],[20,22,12,20],[20,23,12,12,"thousand"],[20,31,12,20],[21,4,13,4],[21,11,13,11],[21,12,13,12],[21,13,13,13],[21,15,13,15,"formatDecimal_js_1"],[21,33,13,33],[21,34,13,34,"formatDecimal"],[21,47,13,47],[21,49,13,49],[21,50,13,50],[21,51,13,51],[21,53,13,53,"toBn_js_1"],[21,62,13,62],[21,63,13,63,"bnToBn"],[21,69,13,69],[21,71,13,71,"value"],[21,76,13,76],[21,77,13,77],[21,78,13,78,"toString"],[21,86,13,86],[21,87,13,87],[21,88,13,88],[21,90,13,90,"thousand"],[21,98,13,98],[21,99,13,99],[22,2,14,0],[23,0,14,1],[23,3]],"functionMap":{"names":["<global>","formatNumber"],"mappings":"AAA;ACU;CDG"},"hasCjsExports":true},"type":"js/module"}]}