mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-18 17:01:01 +00:00
auto-commit for d4766860-f253-4ebc-a836-6c1ca9f17d9a
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"../bn/toBn.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":39,"index":39}}],"key":"GG20BlFCryFXR+uOINYlStTZiEg=","exportNames":["*"],"imports":1}},{"name":"./formatDecimal.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":40},"end":{"line":2,"column":51,"index":91}}],"key":"sd0lHSWj8bO50LcYDfTwKBHoH5A=","exportNames":["*"],"imports":1}},{"name":"./getSeparator.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":92},"end":{"line":3,"column":49,"index":141}}],"key":"Xid066qCdZJ9sD4kMYqmv4WPces=","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 _bnToBnJs = require(_dependencyMap[0], \"../bn/toBn.js\");\n var _formatDecimalJs = require(_dependencyMap[1], \"./formatDecimal.js\");\n var _getSeparatorJs = 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 _getSeparator = (0, _getSeparatorJs.getSeparator)(locale),\n thousand = _getSeparator.thousand;\n return (0, _formatDecimalJs.formatDecimal)((0, _bnToBnJs.bnToBn)(value).toString(), thousand);\n }\n});","lineCount":23,"map":[[7,2,8,0,"exports"],[7,9,8,0],[7,10,8,0,"formatNumber"],[7,22,8,0],[7,25,8,0,"formatNumber"],[7,37,8,0],[8,2,1,0],[8,6,1,0,"_bnToBnJs"],[8,15,1,0],[8,18,1,0,"require"],[8,25,1,0],[8,26,1,0,"_dependencyMap"],[8,40,1,0],[9,2,2,0],[9,6,2,0,"_formatDecimalJs"],[9,22,2,0],[9,25,2,0,"require"],[9,32,2,0],[9,33,2,0,"_dependencyMap"],[9,47,2,0],[10,2,3,0],[10,6,3,0,"_getSeparatorJs"],[10,21,3,0],[10,24,3,0,"require"],[10,31,3,0],[10,32,3,0,"_dependencyMap"],[10,46,3,0],[11,2,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,2,8,7],[15,11,8,16,"formatNumber"],[15,23,8,28,"formatNumber"],[15,24,8,29,"value"],[15,29,8,34],[15,31,8,60],[16,4,8,60],[16,8,8,60,"_ref"],[16,12,8,60],[16,15,8,60,"arguments"],[16,24,8,60],[16,25,8,60,"length"],[16,31,8,60],[16,39,8,60,"arguments"],[16,48,8,60],[16,56,8,60,"undefined"],[16,65,8,60],[16,68,8,60,"arguments"],[16,77,8,60],[16,83,8,56],[16,84,8,57],[16,85,8,58],[17,6,8,58,"_ref$locale"],[17,17,8,58],[17,20,8,58,"_ref"],[17,24,8,58],[17,25,8,38,"locale"],[17,31,8,44],[18,6,8,38,"locale"],[18,12,8,44],[18,15,8,44,"_ref$locale"],[18,26,8,44],[18,40,8,47],[18,44,8,51],[18,47,8,51,"_ref$locale"],[18,58,8,51],[19,4,9,4],[19,8,9,4,"_getSeparator"],[19,21,9,4],[19,24,9,25],[19,28,9,25,"getSeparator"],[19,43,9,37],[19,44,9,37,"getSeparator"],[19,56,9,37],[19,58,9,38,"locale"],[19,64,9,44],[19,65,9,45],[20,6,9,12,"thousand"],[20,14,9,20],[20,17,9,20,"_getSeparator"],[20,30,9,20],[20,31,9,12,"thousand"],[20,39,9,20],[21,4,10,4],[21,11,10,11],[21,15,10,11,"formatDecimal"],[21,31,10,24],[21,32,10,24,"formatDecimal"],[21,45,10,24],[21,47,10,25],[21,51,10,25,"bnToBn"],[21,60,10,31],[21,61,10,31,"bnToBn"],[21,67,10,31],[21,69,10,32,"value"],[21,74,10,37],[21,75,10,38],[21,76,10,39,"toString"],[21,84,10,47],[21,85,10,48],[21,86,10,49],[21,88,10,51,"thousand"],[21,96,10,59],[21,97,10,60],[22,2,11,0],[23,0,11,1],[23,3]],"functionMap":{"names":["<global>","formatNumber"],"mappings":"AAA;OCO;CDG"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user