Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/18/fd8e949af39660527c8af2f50318273bfeeec32b43433683d931621a2bf53dbc3db3d0
T
2025-11-09 07:57:58 +00:00

1 line
4.5 KiB
Plaintext

{"dependencies":[{"name":"./_assignValue","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":18,"index":18},"end":{"line":1,"column":43,"index":43}}],"key":"EpIlSGNb3yO+/hR4IBavGfmwLZg=","exportNames":["*"],"imports":1}},{"name":"./_baseAssignValue","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":2,"column":22,"index":67},"end":{"line":2,"column":51,"index":96}}],"key":"i3zE/+F9NlIY9q5aJTbxLLITgEY=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var assignValue = require(_dependencyMap[0], \"./_assignValue\"),\n baseAssignValue = require(_dependencyMap[1], \"./_baseAssignValue\");\n\n /**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\n function copyObject(source, props, object, customizer) {\n var isNew = !object;\n object || (object = {});\n var index = -1,\n length = props.length;\n while (++index < length) {\n var key = props[index];\n var newValue = customizer ? customizer(object[key], source[key], key, object, source) : undefined;\n if (newValue === undefined) {\n newValue = source[key];\n }\n if (isNew) {\n baseAssignValue(object, key, newValue);\n } else {\n assignValue(object, key, newValue);\n }\n }\n return object;\n }\n module.exports = copyObject;\n});","lineCount":35,"map":[[2,2,1,0],[2,6,1,4,"assignValue"],[2,17,1,15],[2,20,1,18,"require"],[2,27,1,25],[2,28,1,25,"_dependencyMap"],[2,42,1,25],[2,63,1,42],[2,64,1,43],[3,4,2,4,"baseAssignValue"],[3,19,2,19],[3,22,2,22,"require"],[3,29,2,29],[3,30,2,29,"_dependencyMap"],[3,44,2,29],[3,69,2,50],[3,70,2,51],[5,2,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,0,9,0],[11,0,10,0],[12,0,11,0],[13,0,12,0],[14,0,13,0],[15,2,14,0],[15,11,14,9,"copyObject"],[15,21,14,19,"copyObject"],[15,22,14,20,"source"],[15,28,14,26],[15,30,14,28,"props"],[15,35,14,33],[15,37,14,35,"object"],[15,43,14,41],[15,45,14,43,"customizer"],[15,55,14,53],[15,57,14,55],[16,4,15,2],[16,8,15,6,"isNew"],[16,13,15,11],[16,16,15,14],[16,17,15,15,"object"],[16,23,15,21],[17,4,16,2,"object"],[17,10,16,8],[17,15,16,13,"object"],[17,21,16,19],[17,24,16,22],[17,25,16,23],[17,26,16,24],[17,27,16,25],[18,4,18,2],[18,8,18,6,"index"],[18,13,18,11],[18,16,18,14],[18,17,18,15],[18,18,18,16],[19,6,19,6,"length"],[19,12,19,12],[19,15,19,15,"props"],[19,20,19,20],[19,21,19,21,"length"],[19,27,19,27],[20,4,21,2],[20,11,21,9],[20,13,21,11,"index"],[20,18,21,16],[20,21,21,19,"length"],[20,27,21,25],[20,29,21,27],[21,6,22,4],[21,10,22,8,"key"],[21,13,22,11],[21,16,22,14,"props"],[21,21,22,19],[21,22,22,20,"index"],[21,27,22,25],[21,28,22,26],[22,6,24,4],[22,10,24,8,"newValue"],[22,18,24,16],[22,21,24,19,"customizer"],[22,31,24,29],[22,34,25,8,"customizer"],[22,44,25,18],[22,45,25,19,"object"],[22,51,25,25],[22,52,25,26,"key"],[22,55,25,29],[22,56,25,30],[22,58,25,32,"source"],[22,64,25,38],[22,65,25,39,"key"],[22,68,25,42],[22,69,25,43],[22,71,25,45,"key"],[22,74,25,48],[22,76,25,50,"object"],[22,82,25,56],[22,84,25,58,"source"],[22,90,25,64],[22,91,25,65],[22,94,26,8,"undefined"],[22,103,26,17],[23,6,28,4],[23,10,28,8,"newValue"],[23,18,28,16],[23,23,28,21,"undefined"],[23,32,28,30],[23,34,28,32],[24,8,29,6,"newValue"],[24,16,29,14],[24,19,29,17,"source"],[24,25,29,23],[24,26,29,24,"key"],[24,29,29,27],[24,30,29,28],[25,6,30,4],[26,6,31,4],[26,10,31,8,"isNew"],[26,15,31,13],[26,17,31,15],[27,8,32,6,"baseAssignValue"],[27,23,32,21],[27,24,32,22,"object"],[27,30,32,28],[27,32,32,30,"key"],[27,35,32,33],[27,37,32,35,"newValue"],[27,45,32,43],[27,46,32,44],[28,6,33,4],[28,7,33,5],[28,13,33,11],[29,8,34,6,"assignValue"],[29,19,34,17],[29,20,34,18,"object"],[29,26,34,24],[29,28,34,26,"key"],[29,31,34,29],[29,33,34,31,"newValue"],[29,41,34,39],[29,42,34,40],[30,6,35,4],[31,4,36,2],[32,4,37,2],[32,11,37,9,"object"],[32,17,37,15],[33,2,38,0],[34,2,40,0,"module"],[34,8,40,6],[34,9,40,7,"exports"],[34,16,40,14],[34,19,40,17,"copyObject"],[34,29,40,27],[35,0,40,28],[35,3]],"functionMap":{"names":["<global>","copyObject"],"mappings":"AAA;ACa;CDwB"},"hasCjsExports":true},"type":"js/module"}]}