mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 11:11:01 +00:00
1 line
1.7 KiB
Plaintext
1 line
1.7 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var MIN_SIZE = 16 * 1024;\n var SafeUint32Array = typeof Uint32Array !== 'undefined' ? Uint32Array : Array; // fallback on Array when TypedArray is not supported\n\n module.exports = function adoptBuffer(buffer, size) {\n if (buffer === null || buffer.length < size) {\n return new SafeUint32Array(Math.max(size + 1024, MIN_SIZE));\n }\n return buffer;\n };\n});","lineCount":11,"map":[[2,2,1,0],[2,6,1,4,"MIN_SIZE"],[2,14,1,12],[2,17,1,15],[2,19,1,17],[2,22,1,20],[2,26,1,24],[3,2,2,0],[3,6,2,4,"SafeUint32Array"],[3,21,2,19],[3,24,2,22],[3,31,2,29,"Uint32Array"],[3,42,2,40],[3,47,2,45],[3,58,2,56],[3,61,2,59,"Uint32Array"],[3,72,2,70],[3,75,2,73,"Array"],[3,80,2,78],[3,81,2,79],[3,82,2,80],[5,2,4,0,"module"],[5,8,4,6],[5,9,4,7,"exports"],[5,16,4,14],[5,19,4,17],[5,28,4,26,"adoptBuffer"],[5,39,4,37,"adoptBuffer"],[5,40,4,38,"buffer"],[5,46,4,44],[5,48,4,46,"size"],[5,52,4,50],[5,54,4,52],[6,4,5,4],[6,8,5,8,"buffer"],[6,14,5,14],[6,19,5,19],[6,23,5,23],[6,27,5,27,"buffer"],[6,33,5,33],[6,34,5,34,"length"],[6,40,5,40],[6,43,5,43,"size"],[6,47,5,47],[6,49,5,49],[7,6,6,8],[7,13,6,15],[7,17,6,19,"SafeUint32Array"],[7,32,6,34],[7,33,6,35,"Math"],[7,37,6,39],[7,38,6,40,"max"],[7,41,6,43],[7,42,6,44,"size"],[7,46,6,48],[7,49,6,51],[7,53,6,55],[7,55,6,57,"MIN_SIZE"],[7,63,6,65],[7,64,6,66],[7,65,6,67],[8,4,7,4],[9,4,9,4],[9,11,9,11,"buffer"],[9,17,9,17],[10,2,10,0],[10,3,10,1],[11,0,10,2],[11,3]],"functionMap":{"names":["<global>","adoptBuffer"],"mappings":"AAA;iBCG;CDM"},"hasCjsExports":true},"type":"js/module"}]} |