mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 13:31:00 +00:00
1 line
10 KiB
Plaintext
1 line
10 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/interopRequireDefault","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"kslwqCIsh6ew+I1KeA1rlVRjsAk=","exportNames":["*"]}},{"name":"./AnimatedInterpolation","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":225},"end":{"line":13,"column":60,"index":285}}],"key":"rc+0kZbcFDfUhy6xWENBgDldync=","exportNames":["*"]}},{"name":"./AnimatedNode","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0,"index":286},"end":{"line":14,"column":42,"index":328}}],"key":"3FW5DuEHaAfmgBjK581q2IBFvjo=","exportNames":["*"]}},{"name":"./AnimatedValue","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":329},"end":{"line":15,"column":44,"index":373}}],"key":"MXjn1CQaLNtMiiooxlb5qObVfR0=","exportNames":["*"]}},{"name":"./AnimatedWithChildren","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":374},"end":{"line":16,"column":58,"index":432}}],"key":"IUkIH5MYbr+OqFsp9MMa/cV/D0g=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\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 * \n * @format\n */\n\n 'use strict';\n\n var _interopRequireDefault = require(_dependencyMap[0], \"@babel/runtime/helpers/interopRequireDefault\");\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.default = void 0;\n var _AnimatedInterpolation = _interopRequireDefault(require(_dependencyMap[1], \"./AnimatedInterpolation\"));\n var _AnimatedNode = _interopRequireDefault(require(_dependencyMap[2], \"./AnimatedNode\"));\n var _AnimatedValue = _interopRequireDefault(require(_dependencyMap[3], \"./AnimatedValue\"));\n var _AnimatedWithChildren = _interopRequireDefault(require(_dependencyMap[4], \"./AnimatedWithChildren\"));\n class AnimatedDivision extends _AnimatedWithChildren.default {\n constructor(a, b) {\n super();\n this._warnedAboutDivideByZero = false;\n if (b === 0 || b instanceof _AnimatedNode.default && b.__getValue() === 0) {\n console.error('Detected potential division by zero in AnimatedDivision');\n }\n this._a = typeof a === 'number' ? new _AnimatedValue.default(a) : a;\n this._b = typeof b === 'number' ? new _AnimatedValue.default(b) : b;\n }\n __makeNative(platformConfig) {\n this._a.__makeNative(platformConfig);\n this._b.__makeNative(platformConfig);\n super.__makeNative(platformConfig);\n }\n __getValue() {\n var a = this._a.__getValue();\n var b = this._b.__getValue();\n if (b === 0) {\n // Prevent spamming the console/LogBox\n if (!this._warnedAboutDivideByZero) {\n console.error('Detected division by zero in AnimatedDivision');\n this._warnedAboutDivideByZero = true;\n }\n // Passing infinity/NaN to Fabric will cause a native crash\n return 0;\n }\n this._warnedAboutDivideByZero = false;\n return a / b;\n }\n interpolate(config) {\n return new _AnimatedInterpolation.default(this, config);\n }\n __attach() {\n this._a.__addChild(this);\n this._b.__addChild(this);\n }\n __detach() {\n this._a.__removeChild(this);\n this._b.__removeChild(this);\n super.__detach();\n }\n __getNativeConfig() {\n return {\n type: 'division',\n input: [this._a.__getNativeTag(), this._b.__getNativeTag()]\n };\n }\n }\n var _default = exports.default = AnimatedDivision;\n});","lineCount":73,"map":[[2,2,1,0],[3,0,2,0],[4,0,3,0],[5,0,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,0,9,0],[12,2,11,0],[12,14,11,12],[14,2,11,13],[14,6,11,13,"_interopRequireDefault"],[14,28,11,13],[14,31,11,13,"require"],[14,38,11,13],[14,39,11,13,"_dependencyMap"],[14,53,11,13],[15,2,11,13,"Object"],[15,8,11,13],[15,9,11,13,"defineProperty"],[15,23,11,13],[15,24,11,13,"exports"],[15,31,11,13],[16,4,11,13,"value"],[16,9,11,13],[17,2,11,13],[18,2,11,13,"exports"],[18,9,11,13],[18,10,11,13,"default"],[18,17,11,13],[19,2,13,0],[19,6,13,0,"_AnimatedInterpolation"],[19,28,13,0],[19,31,13,0,"_interopRequireDefault"],[19,53,13,0],[19,54,13,0,"require"],[19,61,13,0],[19,62,13,0,"_dependencyMap"],[19,76,13,0],[20,2,14,0],[20,6,14,0,"_AnimatedNode"],[20,19,14,0],[20,22,14,0,"_interopRequireDefault"],[20,44,14,0],[20,45,14,0,"require"],[20,52,14,0],[20,53,14,0,"_dependencyMap"],[20,67,14,0],[21,2,15,0],[21,6,15,0,"_AnimatedValue"],[21,20,15,0],[21,23,15,0,"_interopRequireDefault"],[21,45,15,0],[21,46,15,0,"require"],[21,53,15,0],[21,54,15,0,"_dependencyMap"],[21,68,15,0],[22,2,16,0],[22,6,16,0,"_AnimatedWithChildren"],[22,27,16,0],[22,30,16,0,"_interopRequireDefault"],[22,52,16,0],[22,53,16,0,"require"],[22,60,16,0],[22,61,16,0,"_dependencyMap"],[22,75,16,0],[23,2,17,0],[23,8,17,6,"AnimatedDivision"],[23,24,17,22],[23,33,17,31,"AnimatedWithChildren"],[23,62,17,51],[23,63,17,52],[24,4,18,2,"constructor"],[24,15,18,13,"constructor"],[24,16,18,14,"a"],[24,17,18,15],[24,19,18,17,"b"],[24,20,18,18],[24,22,18,20],[25,6,19,4],[25,11,19,9],[25,12,19,10],[25,13,19,11],[26,6,20,4],[26,10,20,8],[26,11,20,9,"_warnedAboutDivideByZero"],[26,35,20,33],[26,38,20,36],[26,43,20,41],[27,6,21,4],[27,10,21,8,"b"],[27,11,21,9],[27,16,21,14],[27,17,21,15],[27,21,21,19,"b"],[27,22,21,20],[27,34,21,32,"AnimatedNode"],[27,55,21,44],[27,59,21,48,"b"],[27,60,21,49],[27,61,21,50,"__getValue"],[27,71,21,60],[27,72,21,61],[27,73,21,62],[27,78,21,67],[27,79,21,68],[27,81,21,70],[28,8,22,6,"console"],[28,15,22,13],[28,16,22,14,"error"],[28,21,22,19],[28,22,22,20],[28,79,22,77],[28,80,22,78],[29,6,23,4],[30,6,24,4],[30,10,24,8],[30,11,24,9,"_a"],[30,13,24,11],[30,16,24,14],[30,23,24,21,"a"],[30,24,24,22],[30,29,24,27],[30,37,24,35],[30,40,24,38],[30,44,24,42,"AnimatedValue"],[30,66,24,55],[30,67,24,56,"a"],[30,68,24,57],[30,69,24,58],[30,72,24,61,"a"],[30,73,24,62],[31,6,25,4],[31,10,25,8],[31,11,25,9,"_b"],[31,13,25,11],[31,16,25,14],[31,23,25,21,"b"],[31,24,25,22],[31,29,25,27],[31,37,25,35],[31,40,25,38],[31,44,25,42,"AnimatedValue"],[31,66,25,55],[31,67,25,56,"b"],[31,68,25,57],[31,69,25,58],[31,72,25,61,"b"],[31,73,25,62],[32,4,26,2],[33,4,27,2,"__makeNative"],[33,16,27,14,"__makeNative"],[33,17,27,15,"platformConfig"],[33,31,27,29],[33,33,27,31],[34,6,28,4],[34,10,28,8],[34,11,28,9,"_a"],[34,13,28,11],[34,14,28,12,"__makeNative"],[34,26,28,24],[34,27,28,25,"platformConfig"],[34,41,28,39],[34,42,28,40],[35,6,29,4],[35,10,29,8],[35,11,29,9,"_b"],[35,13,29,11],[35,14,29,12,"__makeNative"],[35,26,29,24],[35,27,29,25,"platformConfig"],[35,41,29,39],[35,42,29,40],[36,6,30,4],[36,11,30,9],[36,12,30,10,"__makeNative"],[36,24,30,22],[36,25,30,23,"platformConfig"],[36,39,30,37],[36,40,30,38],[37,4,31,2],[38,4,32,2,"__getValue"],[38,14,32,12,"__getValue"],[38,15,32,12],[38,17,32,15],[39,6,33,4],[39,10,33,8,"a"],[39,11,33,9],[39,14,33,12],[39,18,33,16],[39,19,33,17,"_a"],[39,21,33,19],[39,22,33,20,"__getValue"],[39,32,33,30],[39,33,33,31],[39,34,33,32],[40,6,34,4],[40,10,34,8,"b"],[40,11,34,9],[40,14,34,12],[40,18,34,16],[40,19,34,17,"_b"],[40,21,34,19],[40,22,34,20,"__getValue"],[40,32,34,30],[40,33,34,31],[40,34,34,32],[41,6,35,4],[41,10,35,8,"b"],[41,11,35,9],[41,16,35,14],[41,17,35,15],[41,19,35,17],[42,8,36,6],[43,8,37,6],[43,12,37,10],[43,13,37,11],[43,17,37,15],[43,18,37,16,"_warnedAboutDivideByZero"],[43,42,37,40],[43,44,37,42],[44,10,38,8,"console"],[44,17,38,15],[44,18,38,16,"error"],[44,23,38,21],[44,24,38,22],[44,71,38,69],[44,72,38,70],[45,10,39,8],[45,14,39,12],[45,15,39,13,"_warnedAboutDivideByZero"],[45,39,39,37],[45,42,39,40],[45,46,39,44],[46,8,40,6],[47,8,41,6],[48,8,42,6],[48,15,42,13],[48,16,42,14],[49,6,43,4],[50,6,44,4],[50,10,44,8],[50,11,44,9,"_warnedAboutDivideByZero"],[50,35,44,33],[50,38,44,36],[50,43,44,41],[51,6,45,4],[51,13,45,11,"a"],[51,14,45,12],[51,17,45,15,"b"],[51,18,45,16],[52,4,46,2],[53,4,47,2,"interpolate"],[53,15,47,13,"interpolate"],[53,16,47,14,"config"],[53,22,47,20],[53,24,47,22],[54,6,48,4],[54,13,48,11],[54,17,48,15,"AnimatedInterpolation"],[54,47,48,36],[54,48,48,37],[54,52,48,41],[54,54,48,43,"config"],[54,60,48,49],[54,61,48,50],[55,4,49,2],[56,4,50,2,"__attach"],[56,12,50,10,"__attach"],[56,13,50,10],[56,15,50,13],[57,6,51,4],[57,10,51,8],[57,11,51,9,"_a"],[57,13,51,11],[57,14,51,12,"__addChild"],[57,24,51,22],[57,25,51,23],[57,29,51,27],[57,30,51,28],[58,6,52,4],[58,10,52,8],[58,11,52,9,"_b"],[58,13,52,11],[58,14,52,12,"__addChild"],[58,24,52,22],[58,25,52,23],[58,29,52,27],[58,30,52,28],[59,4,53,2],[60,4,54,2,"__detach"],[60,12,54,10,"__detach"],[60,13,54,10],[60,15,54,13],[61,6,55,4],[61,10,55,8],[61,11,55,9,"_a"],[61,13,55,11],[61,14,55,12,"__removeChild"],[61,27,55,25],[61,28,55,26],[61,32,55,30],[61,33,55,31],[62,6,56,4],[62,10,56,8],[62,11,56,9,"_b"],[62,13,56,11],[62,14,56,12,"__removeChild"],[62,27,56,25],[62,28,56,26],[62,32,56,30],[62,33,56,31],[63,6,57,4],[63,11,57,9],[63,12,57,10,"__detach"],[63,20,57,18],[63,21,57,19],[63,22,57,20],[64,4,58,2],[65,4,59,2,"__getNativeConfig"],[65,21,59,19,"__getNativeConfig"],[65,22,59,19],[65,24,59,22],[66,6,60,4],[66,13,60,11],[67,8,61,6,"type"],[67,12,61,10],[67,14,61,12],[67,24,61,22],[68,8,62,6,"input"],[68,13,62,11],[68,15,62,13],[68,16,62,14],[68,20,62,18],[68,21,62,19,"_a"],[68,23,62,21],[68,24,62,22,"__getNativeTag"],[68,38,62,36],[68,39,62,37],[68,40,62,38],[68,42,62,40],[68,46,62,44],[68,47,62,45,"_b"],[68,49,62,47],[68,50,62,48,"__getNativeTag"],[68,64,62,62],[68,65,62,63],[68,66,62,64],[69,6,63,4],[69,7,63,5],[70,4,64,2],[71,2,65,0],[72,2,65,1],[72,6,65,1,"_default"],[72,14,65,1],[72,17,65,1,"exports"],[72,24,65,1],[72,25,65,1,"default"],[72,32,65,1],[72,35,66,15,"AnimatedDivision"],[72,51,66,31],[73,0,66,31],[73,3]],"functionMap":{"names":["<global>","AnimatedDivision","constructor","__makeNative","__getValue","interpolate","__attach","__detach","__getNativeConfig"],"mappings":"AAA;ACgB;ECC;GDQ;EEC;GFI;EGC;GHc;EIC;GJE;EKC;GLG;EMC;GNI;EOC;GPK;CDC"}},"type":"js/module"}]} |