mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 10:01:02 +00:00
1 line
6.6 KiB
Plaintext
1 line
6.6 KiB
Plaintext
{"dependencies":[{"name":"fbjs/lib/invariant","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":238},"end":{"line":12,"column":43,"index":281}}],"key":"bGUa+dDG2WEhPiIlobT3urS95UE=","exportNames":["*"],"imports":1}}],"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 _default;\n }\n });\n require(_dependencyMap[0], \"fbjs/lib/invariant\");\n /* eslint-disable */\n\n /**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * From React 16.0.0\n */\n\n var twoArgumentPooler = function twoArgumentPooler(a1, a2) {\n var Klass = this;\n if (Klass.instancePool.length) {\n var instance = Klass.instancePool.pop();\n Klass.call(instance, a1, a2);\n return instance;\n } else {\n return new Klass(a1, a2);\n }\n };\n var standardReleaser = function standardReleaser(instance) {\n var Klass = this;\n instance.destructor();\n if (Klass.instancePool.length < Klass.poolSize) {\n Klass.instancePool.push(instance);\n }\n };\n var DEFAULT_POOL_SIZE = 10;\n var DEFAULT_POOLER = twoArgumentPooler;\n\n /**\n * Augments `CopyConstructor` to be a poolable class, augmenting only the class\n * itself (statically) not adding any prototypical fields. Any CopyConstructor\n * you give this may have a `poolSize` property, and will look for a\n * prototypical `destructor` on instances.\n *\n * @param {Function} CopyConstructor Constructor that can be used to reset.\n * @param {Function} pooler Customizable pooler.\n */\n var addPoolingTo = function addPoolingTo(CopyConstructor, pooler) {\n // Casting as any so that flow ignores the actual implementation and trusts\n // it to match the type we declared\n var NewKlass = CopyConstructor;\n NewKlass.instancePool = [];\n NewKlass.getPooled = pooler || DEFAULT_POOLER;\n if (!NewKlass.poolSize) {\n NewKlass.poolSize = DEFAULT_POOL_SIZE;\n }\n NewKlass.release = standardReleaser;\n return NewKlass;\n };\n var PooledClass = {\n addPoolingTo: addPoolingTo,\n twoArgumentPooler: twoArgumentPooler\n };\n var _default = PooledClass;\n});","lineCount":71,"map":[[7,2,58,0,"Object"],[7,8,58,0],[7,9,58,0,"defineProperty"],[7,23,58,0],[7,24,58,0,"exports"],[7,31,58,0],[8,4,58,0,"enumerable"],[8,14,58,0],[9,4,58,0,"get"],[9,7,58,0],[9,18,58,0,"get"],[9,19,58,0],[10,6,58,0],[10,13,58,0,"_default"],[10,21,58,0],[11,4,58,0],[12,2,58,0],[13,2,12,0,"require"],[13,9,12,0],[13,10,12,0,"_dependencyMap"],[13,24,12,0],[14,2,1,0],[16,2,3,0],[17,0,4,0],[18,0,5,0],[19,0,6,0],[20,0,7,0],[21,0,8,0],[22,0,9,0],[23,0,10,0],[25,2,13,0],[25,6,13,4,"twoArgumentPooler"],[25,23,13,21],[25,26,13,24],[25,35,13,33,"twoArgumentPooler"],[25,52,13,50,"twoArgumentPooler"],[25,53,13,51,"a1"],[25,55,13,53],[25,57,13,55,"a2"],[25,59,13,57],[25,61,13,59],[26,4,14,2],[26,8,14,6,"Klass"],[26,13,14,11],[26,16,14,14],[26,20,14,18],[27,4,15,2],[27,8,15,6,"Klass"],[27,13,15,11],[27,14,15,12,"instancePool"],[27,26,15,24],[27,27,15,25,"length"],[27,33,15,31],[27,35,15,33],[28,6,16,4],[28,10,16,8,"instance"],[28,18,16,16],[28,21,16,19,"Klass"],[28,26,16,24],[28,27,16,25,"instancePool"],[28,39,16,37],[28,40,16,38,"pop"],[28,43,16,41],[28,44,16,42],[28,45,16,43],[29,6,17,4,"Klass"],[29,11,17,9],[29,12,17,10,"call"],[29,16,17,14],[29,17,17,15,"instance"],[29,25,17,23],[29,27,17,25,"a1"],[29,29,17,27],[29,31,17,29,"a2"],[29,33,17,31],[29,34,17,32],[30,6,18,4],[30,13,18,11,"instance"],[30,21,18,19],[31,4,19,2],[31,5,19,3],[31,11,19,9],[32,6,20,4],[32,13,20,11],[32,17,20,15,"Klass"],[32,22,20,20],[32,23,20,21,"a1"],[32,25,20,23],[32,27,20,25,"a2"],[32,29,20,27],[32,30,20,28],[33,4,21,2],[34,2,22,0],[34,3,22,1],[35,2,23,0],[35,6,23,4,"standardReleaser"],[35,22,23,20],[35,25,23,23],[35,34,23,32,"standardReleaser"],[35,50,23,48,"standardReleaser"],[35,51,23,49,"instance"],[35,59,23,57],[35,61,23,59],[36,4,24,2],[36,8,24,6,"Klass"],[36,13,24,11],[36,16,24,14],[36,20,24,18],[37,4,25,2,"instance"],[37,12,25,10],[37,13,25,11,"destructor"],[37,23,25,21],[37,24,25,22],[37,25,25,23],[38,4,26,2],[38,8,26,6,"Klass"],[38,13,26,11],[38,14,26,12,"instancePool"],[38,26,26,24],[38,27,26,25,"length"],[38,33,26,31],[38,36,26,34,"Klass"],[38,41,26,39],[38,42,26,40,"poolSize"],[38,50,26,48],[38,52,26,50],[39,6,27,4,"Klass"],[39,11,27,9],[39,12,27,10,"instancePool"],[39,24,27,22],[39,25,27,23,"push"],[39,29,27,27],[39,30,27,28,"instance"],[39,38,27,36],[39,39,27,37],[40,4,28,2],[41,2,29,0],[41,3,29,1],[42,2,30,0],[42,6,30,4,"DEFAULT_POOL_SIZE"],[42,23,30,21],[42,26,30,24],[42,28,30,26],[43,2,31,0],[43,6,31,4,"DEFAULT_POOLER"],[43,20,31,18],[43,23,31,21,"twoArgumentPooler"],[43,40,31,38],[45,2,33,0],[46,0,34,0],[47,0,35,0],[48,0,36,0],[49,0,37,0],[50,0,38,0],[51,0,39,0],[52,0,40,0],[53,0,41,0],[54,2,42,0],[54,6,42,4,"addPoolingTo"],[54,18,42,16],[54,21,42,19],[54,30,42,28,"addPoolingTo"],[54,42,42,40,"addPoolingTo"],[54,43,42,41,"CopyConstructor"],[54,58,42,56],[54,60,42,58,"pooler"],[54,66,42,64],[54,68,42,66],[55,4,43,2],[56,4,44,2],[57,4,45,2],[57,8,45,6,"NewKlass"],[57,16,45,14],[57,19,45,17,"CopyConstructor"],[57,34,45,32],[58,4,46,2,"NewKlass"],[58,12,46,10],[58,13,46,11,"instancePool"],[58,25,46,23],[58,28,46,26],[58,30,46,28],[59,4,47,2,"NewKlass"],[59,12,47,10],[59,13,47,11,"getPooled"],[59,22,47,20],[59,25,47,23,"pooler"],[59,31,47,29],[59,35,47,33,"DEFAULT_POOLER"],[59,49,47,47],[60,4,48,2],[60,8,48,6],[60,9,48,7,"NewKlass"],[60,17,48,15],[60,18,48,16,"poolSize"],[60,26,48,24],[60,28,48,26],[61,6,49,4,"NewKlass"],[61,14,49,12],[61,15,49,13,"poolSize"],[61,23,49,21],[61,26,49,24,"DEFAULT_POOL_SIZE"],[61,43,49,41],[62,4,50,2],[63,4,51,2,"NewKlass"],[63,12,51,10],[63,13,51,11,"release"],[63,20,51,18],[63,23,51,21,"standardReleaser"],[63,39,51,37],[64,4,52,2],[64,11,52,9,"NewKlass"],[64,19,52,17],[65,2,53,0],[65,3,53,1],[66,2,54,0],[66,6,54,4,"PooledClass"],[66,17,54,15],[66,20,54,18],[67,4,55,2,"addPoolingTo"],[67,16,55,14],[67,18,55,16,"addPoolingTo"],[67,30,55,28],[68,4,56,2,"twoArgumentPooler"],[68,21,56,19],[68,23,56,21,"twoArgumentPooler"],[69,2,57,0],[69,3,57,1],[70,2,58,0],[70,6,58,0,"_default"],[70,14,58,0],[70,17,58,15,"PooledClass"],[70,28,58,26],[71,0,58,27],[71,3]],"functionMap":{"names":["<global>","twoArgumentPooler","standardReleaser","addPoolingTo"],"mappings":"AAA;wBCY;CDS;uBEC;CFM;mBGa;CHW"},"hasCjsExports":false},"type":"js/module"}]} |