mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 06:31:03 +00:00
1 line
6.1 KiB
Plaintext
1 line
6.1 KiB
Plaintext
{"dependencies":[{"name":"./extractBrush","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"21PqwSDrEbdIz9VqZEoJiShj4P4=","exportNames":["*"],"imports":1}},{"name":"./extractOpacity","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":43},"end":{"line":2,"column":46,"index":89}}],"key":"jjgYCrYDewRsVLpQaklu9NyKLaY=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":148},"end":{"line":4,"column":44,"index":192}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return extractFill;\n }\n });\n var _extractBrush = require(_dependencyMap[0], \"./extractBrush\");\n var extractBrush = _interopDefault(_extractBrush);\n var _extractOpacity = require(_dependencyMap[1], \"./extractOpacity\");\n var extractOpacity = _interopDefault(_extractOpacity);\n var _reactNative = require(_dependencyMap[2], \"react-native\");\n var fillRules = {\n evenodd: 0,\n nonzero: 1\n };\n var defaultFill = {\n type: 0,\n payload: (0, _reactNative.processColor)('black')\n };\n function extractFill(o, props, inherited) {\n var fill = props.fill,\n fillRule = props.fillRule,\n fillOpacity = props.fillOpacity;\n if (fill != null) {\n inherited.push('fill');\n o.fill = !fill && typeof fill !== 'number' ? defaultFill : (0, extractBrush.default)(fill);\n } else {\n // we want the default value of fill to be black to match the spec\n o.fill = defaultFill;\n }\n if (fillOpacity != null) {\n inherited.push('fillOpacity');\n o.fillOpacity = (0, extractOpacity.default)(fillOpacity);\n }\n if (fillRule != null) {\n inherited.push('fillRule');\n o.fillRule = fillRule && fillRules[fillRule] === 0 ? 0 : 1;\n }\n }\n});","lineCount":51,"map":[[12,2,13,15,"Object"],[12,8,13,15],[12,9,13,15,"defineProperty"],[12,23,13,15],[12,24,13,15,"exports"],[12,31,13,15],[13,4,13,15,"enumerable"],[13,14,13,15],[14,4,13,15,"get"],[14,7,13,15],[14,18,13,15,"get"],[14,19,13,15],[15,6,13,15],[15,13,13,15,"extractFill"],[15,24,13,15],[16,4,13,15],[17,2,13,15],[18,2,1,0],[18,6,1,0,"_extractBrush"],[18,19,1,0],[18,22,1,0,"require"],[18,29,1,0],[18,30,1,0,"_dependencyMap"],[18,44,1,0],[19,2,1,0],[19,6,1,0,"extractBrush"],[19,18,1,0],[19,21,1,0,"_interopDefault"],[19,36,1,0],[19,37,1,0,"_extractBrush"],[19,50,1,0],[20,2,2,0],[20,6,2,0,"_extractOpacity"],[20,21,2,0],[20,24,2,0,"require"],[20,31,2,0],[20,32,2,0,"_dependencyMap"],[20,46,2,0],[21,2,2,0],[21,6,2,0,"extractOpacity"],[21,20,2,0],[21,23,2,0,"_interopDefault"],[21,38,2,0],[21,39,2,0,"_extractOpacity"],[21,54,2,0],[22,2,4,0],[22,6,4,0,"_reactNative"],[22,18,4,0],[22,21,4,0,"require"],[22,28,4,0],[22,29,4,0,"_dependencyMap"],[22,43,4,0],[23,2,6,0],[23,6,6,6,"fillRules"],[23,15,6,53],[23,18,6,56],[24,4,7,2,"evenodd"],[24,11,7,9],[24,13,7,11],[24,14,7,12],[25,4,8,2,"nonzero"],[25,11,8,9],[25,13,8,11],[26,2,9,0],[26,3,9,1],[27,2,11,0],[27,6,11,6,"defaultFill"],[27,17,11,17],[27,20,11,20],[28,4,11,22,"type"],[28,8,11,26],[28,10,11,28],[28,11,11,29],[29,4,11,31,"payload"],[29,11,11,38],[29,13,11,40],[29,17,11,40,"processColor"],[29,29,11,52],[29,30,11,52,"processColor"],[29,42,11,52],[29,44,11,53],[29,51,11,60],[30,2,11,62],[30,3,11,63],[31,2,13,15],[31,11,13,24,"extractFill"],[31,22,13,35,"extractFill"],[31,23,14,2,"o"],[31,24,14,19],[31,26,15,2,"props"],[31,31,15,18],[31,33,16,2,"inherited"],[31,42,16,21],[31,44,17,2],[32,4,18,2],[32,8,18,10,"fill"],[32,12,18,14],[32,15,18,42,"props"],[32,20,18,47],[32,21,18,10,"fill"],[32,25,18,14],[33,6,18,16,"fillRule"],[33,14,18,24],[33,17,18,42,"props"],[33,22,18,47],[33,23,18,16,"fillRule"],[33,31,18,24],[34,6,18,26,"fillOpacity"],[34,17,18,37],[34,20,18,42,"props"],[34,25,18,47],[34,26,18,26,"fillOpacity"],[34,37,18,37],[35,4,19,2],[35,8,19,6,"fill"],[35,12,19,10],[35,16,19,14],[35,20,19,18],[35,22,19,20],[36,6,20,4,"inherited"],[36,15,20,13],[36,16,20,14,"push"],[36,20,20,18],[36,21,20,19],[36,27,20,25],[36,28,20,26],[37,6,21,4,"o"],[37,7,21,5],[37,8,21,6,"fill"],[37,12,21,10],[37,15,22,6],[37,16,22,7,"fill"],[37,20,22,11],[37,24,22,15],[37,31,22,22,"fill"],[37,35,22,26],[37,40,22,31],[37,48,22,39],[37,51,22,42,"defaultFill"],[37,62,22,53],[37,65,22,56],[37,69,22,56,"extractBrush"],[37,81,22,68],[37,82,22,68,"default"],[37,89,22,68],[37,91,22,69,"fill"],[37,95,22,73],[37,96,22,74],[38,4,23,2],[38,5,23,3],[38,11,23,9],[39,6,24,4],[40,6,25,4,"o"],[40,7,25,5],[40,8,25,6,"fill"],[40,12,25,10],[40,15,25,13,"defaultFill"],[40,26,25,24],[41,4,26,2],[42,4,27,2],[42,8,27,6,"fillOpacity"],[42,19,27,17],[42,23,27,21],[42,27,27,25],[42,29,27,27],[43,6,28,4,"inherited"],[43,15,28,13],[43,16,28,14,"push"],[43,20,28,18],[43,21,28,19],[43,34,28,32],[43,35,28,33],[44,6,29,4,"o"],[44,7,29,5],[44,8,29,6,"fillOpacity"],[44,19,29,17],[44,22,29,20],[44,26,29,20,"extractOpacity"],[44,40,29,34],[44,41,29,34,"default"],[44,48,29,34],[44,50,29,35,"fillOpacity"],[44,61,29,46],[44,62,29,47],[45,4,30,2],[46,4,31,2],[46,8,31,6,"fillRule"],[46,16,31,14],[46,20,31,18],[46,24,31,22],[46,26,31,24],[47,6,32,4,"inherited"],[47,15,32,13],[47,16,32,14,"push"],[47,20,32,18],[47,21,32,19],[47,31,32,29],[47,32,32,30],[48,6,33,4,"o"],[48,7,33,5],[48,8,33,6,"fillRule"],[48,16,33,14],[48,19,33,17,"fillRule"],[48,27,33,25],[48,31,33,29,"fillRules"],[48,40,33,38],[48,41,33,39,"fillRule"],[48,49,33,47],[48,50,33,48],[48,55,33,53],[48,56,33,54],[48,59,33,57],[48,60,33,58],[48,63,33,61],[48,64,33,62],[49,4,34,2],[50,2,35,0],[51,0,35,1],[51,3]],"functionMap":{"names":["<global>","extractFill"],"mappings":"AAA;eCY;CDsB"},"hasCjsExports":false},"type":"js/module"}]} |