Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/67/9874df2bacfdbdc713204c24c39254d8086efeb695aeec84dbea119ddf29d5ead94401
T
2025-11-08 10:07:13 +00:00

1 line
2.3 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 exports.debounce = debounce;\n function debounce(func, duration) {\n var timeout;\n return function () {\n var _this = this;\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n clearTimeout(timeout);\n timeout = setTimeout(function () {\n func.apply(_this, args);\n }, duration);\n };\n }\n});","lineCount":21,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"debounce"],[7,18,3,0],[7,21,3,0,"debounce"],[7,29,3,0],[8,2,3,7],[8,11,3,16,"debounce"],[8,19,3,24,"debounce"],[8,20,3,25,"func"],[8,24,3,29],[8,26,3,31,"duration"],[8,34,3,39],[8,36,3,41],[9,4,4,2],[9,8,4,6,"timeout"],[9,15,4,13],[10,4,5,2],[10,11,5,9],[10,23,5,28],[11,6,5,28],[11,10,5,28,"_this"],[11,15,5,28],[12,6,5,28],[12,15,5,28,"_len"],[12,19,5,28],[12,22,5,28,"arguments"],[12,31,5,28],[12,32,5,28,"length"],[12,38,5,28],[12,40,5,22,"args"],[12,44,5,26],[12,51,5,26,"Array"],[12,56,5,26],[12,57,5,26,"_len"],[12,61,5,26],[12,64,5,26,"_key"],[12,68,5,26],[12,74,5,26,"_key"],[12,78,5,26],[12,81,5,26,"_len"],[12,85,5,26],[12,87,5,26,"_key"],[12,91,5,26],[13,8,5,22,"args"],[13,12,5,26],[13,13,5,26,"_key"],[13,17,5,26],[13,21,5,26,"arguments"],[13,30,5,26],[13,31,5,26,"_key"],[13,35,5,26],[14,6,5,26],[15,6,6,4,"clearTimeout"],[15,18,6,16],[15,19,6,17,"timeout"],[15,26,6,24],[15,27,6,25],[16,6,7,4,"timeout"],[16,13,7,11],[16,16,7,14,"setTimeout"],[16,26,7,24],[16,27,7,25],[16,39,7,31],[17,8,8,6,"func"],[17,12,8,10],[17,13,8,11,"apply"],[17,18,8,16],[17,19,8,17,"_this"],[17,24,8,21],[17,26,8,23,"args"],[17,30,8,27],[17,31,8,28],[18,6,9,4],[18,7,9,5],[18,9,9,7,"duration"],[18,17,9,15],[18,18,9,16],[19,4,10,2],[19,5,10,3],[20,2,11,0],[21,0,11,1],[21,3]],"functionMap":{"names":["<global>","debounce","<anonymous>","setTimeout$argument_0"],"mappings":"AAA;OCE;SCE;yBCE;KDE;GDC;CDC"},"hasCjsExports":false},"type":"js/module"}]}