mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 04:11:02 +00:00
1 line
13 KiB
Plaintext
1 line
13 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/classCallCheck","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"yg7e6laZwmpbIvId5jovq9ugXp8=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/createClass","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"Z6pzkVZ2fvxBLkFTgVVOy4UDj30=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/callSuper","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"378KbBHdmndC3iMXZ2Ix8oB3LeE=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/superPropGet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"b4Lel0pEiTM8mvZZX/d05uR+OmU=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/inherits","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"y0uNg4LxF1CLscQChxzgo5dfjvA=","exportNames":["*"],"imports":1}},{"name":"invariant","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0},"end":{"line":11,"column":34}}],"key":"4HPAaDQ25ZwZ2dzTLatXuUucZUM=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0},"end":{"line":12,"column":31}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","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 function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n function _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return StateSafePureComponent;\n }\n });\n var _babelRuntimeHelpersClassCallCheck = require(_dependencyMap[0], \"@babel/runtime/helpers/classCallCheck\");\n var _classCallCheck = _interopDefault(_babelRuntimeHelpersClassCallCheck);\n var _babelRuntimeHelpersCreateClass = require(_dependencyMap[1], \"@babel/runtime/helpers/createClass\");\n var _createClass = _interopDefault(_babelRuntimeHelpersCreateClass);\n var _babelRuntimeHelpersCallSuper = require(_dependencyMap[2], \"@babel/runtime/helpers/callSuper\");\n var _callSuper = _interopDefault(_babelRuntimeHelpersCallSuper);\n var _babelRuntimeHelpersSuperPropGet = require(_dependencyMap[3], \"@babel/runtime/helpers/superPropGet\");\n var _superPropGet = _interopDefault(_babelRuntimeHelpersSuperPropGet);\n var _babelRuntimeHelpersInherits = require(_dependencyMap[4], \"@babel/runtime/helpers/inherits\");\n var _inherits = _interopDefault(_babelRuntimeHelpersInherits);\n var _invariant = require(_dependencyMap[5], \"invariant\");\n var invariant = _interopDefault(_invariant);\n var _react = require(_dependencyMap[6], \"react\");\n var React = _interopNamespace(_react);\n var StateSafePureComponent = /*#__PURE__*/function (_React$PureComponent) {\n function StateSafePureComponent(props) {\n var _this;\n (0, _classCallCheck.default)(this, StateSafePureComponent);\n _this = (0, _callSuper.default)(this, StateSafePureComponent, [props]);\n _this._inAsyncStateUpdate = false;\n _this._installSetStateHooks();\n return _this;\n }\n (0, _inherits.default)(StateSafePureComponent, _React$PureComponent);\n return (0, _createClass.default)(StateSafePureComponent, [{\n key: \"setState\",\n value: function setState(partialState, callback) {\n var _this2 = this;\n if (typeof partialState === 'function') {\n (0, _superPropGet.default)(StateSafePureComponent, \"setState\", this, 3)([function (state, props) {\n _this2._inAsyncStateUpdate = true;\n var ret;\n try {\n ret = partialState(state, props);\n } catch (err) {\n throw err;\n } finally {\n _this2._inAsyncStateUpdate = false;\n }\n return ret;\n }, callback]);\n } else {\n (0, _superPropGet.default)(StateSafePureComponent, \"setState\", this, 3)([partialState, callback]);\n }\n }\n }, {\n key: \"_installSetStateHooks\",\n value: function _installSetStateHooks() {\n var that = this;\n var props = this.props,\n state = this.state;\n Object.defineProperty(this, 'props', {\n get: function get() {\n (0, invariant.default)(!that._inAsyncStateUpdate, '\"this.props\" should not be accessed during state updates');\n return props;\n },\n set: function set(newProps) {\n props = newProps;\n }\n });\n Object.defineProperty(this, 'state', {\n get: function get() {\n (0, invariant.default)(!that._inAsyncStateUpdate, '\"this.state\" should not be acceessed during state updates');\n return state;\n },\n set: function set(newState) {\n state = newState;\n }\n });\n }\n }]);\n }(React.PureComponent);\n});","lineCount":105,"map":[[30,13,23,21,"StateSafePureComponent"],[30,35,23,43],[31,4,23,43],[32,2,23,43],[33,2,23,43],[33,6,23,43,"_babelRuntimeHelpersClassCallCheck"],[33,40,23,43],[33,43,23,43,"require"],[33,50,23,43],[33,51,23,43,"_dependencyMap"],[33,65,23,43],[34,2,23,43],[34,6,23,43,"_classCallCheck"],[34,21,23,43],[34,24,23,43,"_interopDefault"],[34,39,23,43],[34,40,23,43,"_babelRuntimeHelpersClassCallCheck"],[34,74,23,43],[35,2,23,43],[35,6,23,43,"_babelRuntimeHelpersCreateClass"],[35,37,23,43],[35,40,23,43,"require"],[35,47,23,43],[35,48,23,43,"_dependencyMap"],[35,62,23,43],[36,2,23,43],[36,6,23,43,"_createClass"],[36,18,23,43],[36,21,23,43,"_interopDefault"],[36,36,23,43],[36,37,23,43,"_babelRuntimeHelpersCreateClass"],[36,68,23,43],[37,2,23,43],[37,6,23,43,"_babelRuntimeHelpersCallSuper"],[37,35,23,43],[37,38,23,43,"require"],[37,45,23,43],[37,46,23,43,"_dependencyMap"],[37,60,23,43],[38,2,23,43],[38,6,23,43,"_callSuper"],[38,16,23,43],[38,19,23,43,"_interopDefault"],[38,34,23,43],[38,35,23,43,"_babelRuntimeHelpersCallSuper"],[38,64,23,43],[39,2,23,43],[39,6,23,43,"_babelRuntimeHelpersSuperPropGet"],[39,38,23,43],[39,41,23,43,"require"],[39,48,23,43],[39,49,23,43,"_dependencyMap"],[39,63,23,43],[40,2,23,43],[40,6,23,43,"_superPropGet"],[40,19,23,43],[40,22,23,43,"_interopDefault"],[40,37,23,43],[40,38,23,43,"_babelRuntimeHelpersSuperPropGet"],[40,70,23,43],[41,2,23,43],[41,6,23,43,"_babelRuntimeHelpersInherits"],[41,34,23,43],[41,37,23,43,"require"],[41,44,23,43],[41,45,23,43,"_dependencyMap"],[41,59,23,43],[42,2,23,43],[42,6,23,43,"_inherits"],[42,15,23,43],[42,18,23,43,"_interopDefault"],[42,33,23,43],[42,34,23,43,"_babelRuntimeHelpersInherits"],[42,62,23,43],[43,2,11,0],[43,6,11,0,"_invariant"],[43,16,11,0],[43,19,11,0,"require"],[43,26,11,0],[43,27,11,0,"_dependencyMap"],[43,41,11,0],[44,2,11,0],[44,6,11,0,"invariant"],[44,15,11,0],[44,18,11,0,"_interopDefault"],[44,33,11,0],[44,34,11,0,"_invariant"],[44,44,11,0],[45,2,12,0],[45,6,12,0,"_react"],[45,12,12,0],[45,15,12,0,"require"],[45,22,12,0],[45,23,12,0,"_dependencyMap"],[45,37,12,0],[46,2,12,0],[46,6,12,0,"React"],[46,11,12,0],[46,14,12,0,"_interopNamespace"],[46,31,12,0],[46,32,12,0,"_react"],[46,38,12,0],[47,2,12,31],[47,6,23,21,"StateSafePureComponent"],[47,28,23,43],[47,54,23,43,"_React$PureComponent"],[47,74,23,43],[48,4,29,2],[48,13,29,2,"StateSafePureComponent"],[48,36,29,14,"props"],[48,41,29,26],[48,43,29,28],[49,6,29,28],[49,10,29,28,"_this"],[49,15,29,28],[50,6,29,28],[50,10,29,28,"_classCallCheck"],[50,25,29,28],[50,26,29,28,"default"],[50,33,29,28],[50,41,29,28,"StateSafePureComponent"],[50,63,29,28],[51,6,30,4,"_this"],[51,11,30,4],[51,18,30,4,"_callSuper"],[51,28,30,4],[51,29,30,4,"default"],[51,36,30,4],[51,44,30,4,"StateSafePureComponent"],[51,66,30,4],[51,69,30,10,"props"],[51,74,30,15],[52,6,30,17,"_this"],[52,11,30,17],[52,12,27,2,"_inAsyncStateUpdate"],[52,31,27,21],[52,34,27,24],[52,39,27,29],[53,6,31,4,"_this"],[53,11,31,4],[53,12,31,9,"_installSetStateHooks"],[53,33,31,30],[53,34,31,31],[53,35,31,32],[54,6,31,33],[54,13,31,33,"_this"],[54,18,31,33],[55,4,32,2],[56,4,32,3],[56,8,32,3,"_inherits"],[56,17,32,3],[56,18,32,3,"default"],[56,25,32,3],[56,27,32,3,"StateSafePureComponent"],[56,49,32,3],[56,51,32,3,"_React$PureComponent"],[56,71,32,3],[57,4,32,3],[57,15,32,3,"_createClass"],[57,27,32,3],[57,28,32,3,"default"],[57,35,32,3],[57,37,32,3,"StateSafePureComponent"],[57,59,32,3],[58,6,32,3,"key"],[58,9,32,3],[59,6,32,3,"value"],[59,11,32,3],[59,13,34,2],[59,22,34,2,"setState"],[59,30,34,10,"setState"],[59,31,35,4,"partialState"],[59,43,35,73],[59,45,36,4,"callback"],[59,53,36,26],[59,55,37,10],[60,8,37,10],[60,12,37,10,"_this2"],[60,18,37,10],[61,8,38,4],[61,12,38,8],[61,19,38,15,"partialState"],[61,31,38,27],[61,36,38,32],[61,46,38,42],[61,48,38,44],[62,10,39,6],[62,14,39,6,"_superPropGet"],[62,27,39,6],[62,28,39,6,"default"],[62,35,39,6],[62,37,39,6,"StateSafePureComponent"],[62,59,39,6],[62,83,39,21],[62,93,39,22,"state"],[62,98,39,27],[62,100,39,29,"props"],[62,105,39,34],[62,107,39,39],[63,12,40,8,"_this2"],[63,18,40,12],[63,19,40,13,"_inAsyncStateUpdate"],[63,38,40,32],[63,41,40,35],[63,45,40,39],[64,12,41,8],[64,16,41,12,"ret"],[64,19,41,15],[65,12,42,8],[65,16,42,12],[66,14,43,10,"ret"],[66,17,43,13],[66,20,43,16,"partialState"],[66,32,43,28],[66,33,43,29,"state"],[66,38,43,34],[66,40,43,36,"props"],[66,45,43,41],[66,46,43,42],[67,12,44,8],[67,13,44,9],[67,14,44,10],[67,21,44,17,"err"],[67,24,44,20],[67,26,44,22],[68,14,45,10],[68,20,45,16,"err"],[68,23,45,19],[69,12,46,8],[69,13,46,9],[69,22,46,18],[70,14,47,10,"_this2"],[70,20,47,14],[70,21,47,15,"_inAsyncStateUpdate"],[70,40,47,34],[70,43,47,37],[70,48,47,42],[71,12,48,8],[72,12,49,8],[72,19,49,15,"ret"],[72,22,49,18],[73,10,50,6],[73,11,50,7],[73,13,50,9,"callback"],[73,21,50,17],[74,8,51,4],[74,9,51,5],[74,15,51,11],[75,10,52,6],[75,14,52,6,"_superPropGet"],[75,27,52,6],[75,28,52,6,"default"],[75,35,52,6],[75,37,52,6,"StateSafePureComponent"],[75,59,52,6],[75,83,52,21,"partialState"],[75,95,52,33],[75,97,52,35,"callback"],[75,105,52,43],[76,8,53,4],[77,6,54,2],[78,4,54,3],[79,6,54,3,"key"],[79,9,54,3],[80,6,54,3,"value"],[80,11,54,3],[80,13,56,2],[80,22,56,2,"_installSetStateHooks"],[80,43,56,23,"_installSetStateHooks"],[80,44,56,23],[80,46,56,26],[81,8,57,4],[81,12,57,10,"that"],[81,16,57,14],[81,19,57,17],[81,23,57,21],[82,8,58,4],[82,12,58,9,"props"],[82,17,58,14],[82,20,58,25],[82,24,58,29],[82,25,58,9,"props"],[82,30,58,14],[83,10,58,16,"state"],[83,15,58,21],[83,18,58,25],[83,22,58,29],[83,23,58,16,"state"],[83,28,58,21],[84,8,60,4,"Object"],[84,14,60,10],[84,15,60,11,"defineProperty"],[84,29,60,25],[84,30,60,26],[84,34,60,30],[84,36,60,32],[84,43,60,39],[84,45,60,41],[85,10,61,6,"get"],[85,13,61,9],[85,24,61,6,"get"],[85,27,61,9,"get"],[85,28,61,9],[85,30,61,12],[86,12,62,8],[86,16,62,8,"invariant"],[86,25,62,17],[86,26,62,17,"default"],[86,33,62,17],[86,35,63,10],[86,36,63,11,"that"],[86,40,63,15],[86,41,63,16,"_inAsyncStateUpdate"],[86,60,63,35],[86,62,64,10],[86,120,65,8],[86,121,65,9],[87,12,66,8],[87,19,66,15,"props"],[87,24,66,20],[88,10,67,6],[88,11,67,7],[89,10,68,6,"set"],[89,13,68,9],[89,24,68,6,"set"],[89,27,68,9,"set"],[89,28,68,10,"newProps"],[89,36,68,25],[89,38,68,27],[90,12,69,8,"props"],[90,17,69,13],[90,20,69,16,"newProps"],[90,28,69,24],[91,10,70,6],[92,8,71,4],[92,9,71,5],[92,10,71,6],[93,8,72,4,"Object"],[93,14,72,10],[93,15,72,11,"defineProperty"],[93,29,72,25],[93,30,72,26],[93,34,72,30],[93,36,72,32],[93,43,72,39],[93,45,72,41],[94,10,73,6,"get"],[94,13,73,9],[94,24,73,6,"get"],[94,27,73,9,"get"],[94,28,73,9],[94,30,73,12],[95,12,74,8],[95,16,74,8,"invariant"],[95,25,74,17],[95,26,74,17,"default"],[95,33,74,17],[95,35,75,10],[95,36,75,11,"that"],[95,40,75,15],[95,41,75,16,"_inAsyncStateUpdate"],[95,60,75,35],[95,62,76,10],[95,121,77,8],[95,122,77,9],[96,12,78,8],[96,19,78,15,"state"],[96,24,78,20],[97,10,79,6],[97,11,79,7],[98,10,80,6,"set"],[98,13,80,9],[98,24,80,6,"set"],[98,27,80,9,"set"],[98,28,80,10,"newState"],[98,36,80,25],[98,38,80,27],[99,12,81,8,"state"],[99,17,81,13],[99,20,81,16,"newState"],[99,28,81,24],[100,10,82,6],[101,8,83,4],[101,9,83,5],[101,10,83,6],[102,6,84,2],[103,4,84,3],[104,2,84,3],[104,4,26,10,"React"],[104,9,26,15],[104,10,26,16,"PureComponent"],[104,23,26,29],[105,0,26,29],[105,3]],"functionMap":{"names":["<global>","StateSafePureComponent","constructor","setState","setState$argument_0","_installSetStateHooks","Object.defineProperty$argument_2.get","Object.defineProperty$argument_2.set"],"mappings":"AAA;eCsB;ECM;GDG;EEE;qBCK;ODW;GFI;EIE;MCK;ODM;MEC;OFE;MCG;ODM;MEC;OFE;GJE"},"hasCjsExports":false},"type":"js/module"}]} |