mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-20 13:51:09 +00:00
auto-commit for fa23f3bb-adf7-48d2-ba5f-304a1e01a0d9
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./isObject","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":15,"index":15},"end":{"line":1,"column":36,"index":36}}],"key":"ULGe22t1tNTY+9UXe96RIr0REUU=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var isObject = require(_dependencyMap[0], \"./isObject\");\n\n /** Built-in value references. */\n var objectCreate = Object.create;\n\n /**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} proto The object to inherit from.\n * @returns {Object} Returns the new object.\n */\n var baseCreate = function () {\n function object() {}\n return function (proto) {\n if (!isObject(proto)) {\n return {};\n }\n if (objectCreate) {\n return objectCreate(proto);\n }\n object.prototype = proto;\n var result = new object();\n object.prototype = undefined;\n return result;\n };\n }();\n module.exports = baseCreate;\n});","lineCount":31,"map":[[2,2,1,0],[2,6,1,4,"isObject"],[2,14,1,12],[2,17,1,15,"require"],[2,24,1,22],[2,25,1,22,"_dependencyMap"],[2,39,1,22],[2,56,1,35],[2,57,1,36],[4,2,3,0],[5,2,4,0],[5,6,4,4,"objectCreate"],[5,18,4,16],[5,21,4,19,"Object"],[5,27,4,25],[5,28,4,26,"create"],[5,34,4,32],[7,2,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,6,14,4,"baseCreate"],[15,16,14,14],[15,19,14,18],[15,31,14,29],[16,4,15,2],[16,13,15,11,"object"],[16,19,15,17,"object"],[16,20,15,17],[16,22,15,20],[16,23,15,21],[17,4,16,2],[17,11,16,9],[17,21,16,18,"proto"],[17,26,16,23],[17,28,16,25],[18,6,17,4],[18,10,17,8],[18,11,17,9,"isObject"],[18,19,17,17],[18,20,17,18,"proto"],[18,25,17,23],[18,26,17,24],[18,28,17,26],[19,8,18,6],[19,15,18,13],[19,16,18,14],[19,17,18,15],[20,6,19,4],[21,6,20,4],[21,10,20,8,"objectCreate"],[21,22,20,20],[21,24,20,22],[22,8,21,6],[22,15,21,13,"objectCreate"],[22,27,21,25],[22,28,21,26,"proto"],[22,33,21,31],[22,34,21,32],[23,6,22,4],[24,6,23,4,"object"],[24,12,23,10],[24,13,23,11,"prototype"],[24,22,23,20],[24,25,23,23,"proto"],[24,30,23,28],[25,6,24,4],[25,10,24,8,"result"],[25,16,24,14],[25,19,24,17],[25,23,24,21,"object"],[25,29,24,27],[25,30,24,26],[25,31,24,27],[26,6,25,4,"object"],[26,12,25,10],[26,13,25,11,"prototype"],[26,22,25,20],[26,25,25,23,"undefined"],[26,34,25,32],[27,6,26,4],[27,13,26,11,"result"],[27,19,26,17],[28,4,27,2],[28,5,27,3],[29,2,28,0],[29,3,28,1],[29,4,28,2],[29,5,28,4],[30,2,30,0,"module"],[30,8,30,6],[30,9,30,7,"exports"],[30,16,30,14],[30,19,30,17,"baseCreate"],[30,29,30,27],[31,0,30,28],[31,3]],"functionMap":{"names":["<global>","<anonymous>","object"],"mappings":"AAA;kBCa;ECC,oBD;CDa"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user