mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 16:51:02 +00:00
1 line
2.4 KiB
Plaintext
1 line
2.4 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 extractLengthList;\n }\n });\n var spaceReg = /\\s+/;\n var commaReg = /,/g;\n function extractLengthList(lengthList) {\n if (Array.isArray(lengthList)) {\n return lengthList;\n } else if (typeof lengthList === 'number') {\n return [lengthList];\n } else if (typeof lengthList === 'string') {\n return lengthList.trim().replace(commaReg, ' ').split(spaceReg);\n } else {\n return [];\n }\n }\n});","lineCount":26,"map":[[7,2,6,15,"Object"],[7,8,6,15],[7,9,6,15,"defineProperty"],[7,23,6,15],[7,24,6,15,"exports"],[7,31,6,15],[8,4,6,15,"enumerable"],[8,14,6,15],[9,4,6,15,"get"],[9,7,6,15],[9,18,6,15,"get"],[9,19,6,15],[10,6,6,15],[10,13,6,15,"extractLengthList"],[10,30,6,15],[11,4,6,15],[12,2,6,15],[13,2,3,0],[13,6,3,6,"spaceReg"],[13,14,3,14],[13,17,3,17],[13,22,3,22],[14,2,4,0],[14,6,4,6,"commaReg"],[14,14,4,14],[14,17,4,17],[14,21,4,21],[15,2,6,15],[15,11,6,24,"extractLengthList"],[15,28,6,41,"extractLengthList"],[15,29,7,2,"lengthList"],[15,39,7,49],[15,41,8,25],[16,4,9,2],[16,8,9,6,"Array"],[16,13,9,11],[16,14,9,12,"isArray"],[16,21,9,19],[16,22,9,20,"lengthList"],[16,32,9,30],[16,33,9,31],[16,35,9,33],[17,6,10,4],[17,13,10,11,"lengthList"],[17,23,10,21],[18,4,11,2],[18,5,11,3],[18,11,11,9],[18,15,11,13],[18,22,11,20,"lengthList"],[18,32,11,30],[18,37,11,35],[18,45,11,43],[18,47,11,45],[19,6,12,4],[19,13,12,11],[19,14,12,12,"lengthList"],[19,24,12,22],[19,25,12,23],[20,4,13,2],[20,5,13,3],[20,11,13,9],[20,15,13,13],[20,22,13,20,"lengthList"],[20,32,13,30],[20,37,13,35],[20,45,13,43],[20,47,13,45],[21,6,14,4],[21,13,14,11,"lengthList"],[21,23,14,21],[21,24,14,22,"trim"],[21,28,14,26],[21,29,14,27],[21,30,14,28],[21,31,14,29,"replace"],[21,38,14,36],[21,39,14,37,"commaReg"],[21,47,14,45],[21,49,14,47],[21,52,14,50],[21,53,14,51],[21,54,14,52,"split"],[21,59,14,57],[21,60,14,58,"spaceReg"],[21,68,14,66],[21,69,14,67],[22,4,15,2],[22,5,15,3],[22,11,15,9],[23,6,16,4],[23,13,16,11],[23,15,16,13],[24,4,17,2],[25,2,18,0],[26,0,18,1],[26,3]],"functionMap":{"names":["<global>","extractLengthList"],"mappings":"AAA;eCK;CDY"},"hasCjsExports":false},"type":"js/module"}]} |