mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 20:21:01 +00:00
1 line
3.0 KiB
Plaintext
1 line
3.0 KiB
Plaintext
{"dependencies":[{"name":"./cssifyDeclaration","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":52,"index":52}}],"key":"uAn2G6p9P4Z0dRmH3/+LAeF1DG0=","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 cssifyObject;\n }\n });\n var _cssifyDeclaration = require(_dependencyMap[0], \"./cssifyDeclaration\");\n var cssifyDeclaration = _interopDefault(_cssifyDeclaration);\n function cssifyObject(style) {\n var css = '';\n for (var property in style) {\n var value = style[property];\n if (typeof value !== 'string' && typeof value !== 'number') {\n continue;\n } // prevents the semicolon after\n // the last rule declaration\n\n if (css) {\n css += ';';\n }\n css += (0, cssifyDeclaration.default)(property, value);\n }\n return css;\n }\n});","lineCount":36,"map":[[12,2,2,15,"Object"],[12,8,2,15],[12,9,2,15,"defineProperty"],[12,23,2,15],[12,24,2,15,"exports"],[12,31,2,15],[13,4,2,15,"enumerable"],[13,14,2,15],[14,4,2,15,"get"],[14,7,2,15],[14,18,2,15,"get"],[14,19,2,15],[15,6,2,15],[15,13,2,15,"cssifyObject"],[15,25,2,15],[16,4,2,15],[17,2,2,15],[18,2,1,0],[18,6,1,0,"_cssifyDeclaration"],[18,24,1,0],[18,27,1,0,"require"],[18,34,1,0],[18,35,1,0,"_dependencyMap"],[18,49,1,0],[19,2,1,0],[19,6,1,0,"cssifyDeclaration"],[19,23,1,0],[19,26,1,0,"_interopDefault"],[19,41,1,0],[19,42,1,0,"_cssifyDeclaration"],[19,60,1,0],[20,2,2,15],[20,11,2,24,"cssifyObject"],[20,23,2,36,"cssifyObject"],[20,24,2,37,"style"],[20,29,2,42],[20,31,2,44],[21,4,3,2],[21,8,3,6,"css"],[21,11,3,9],[21,14,3,12],[21,16,3,14],[22,4,5,2],[22,9,5,7],[22,13,5,11,"property"],[22,21,5,19],[22,25,5,23,"style"],[22,30,5,28],[22,32,5,30],[23,6,6,4],[23,10,6,8,"value"],[23,15,6,13],[23,18,6,16,"style"],[23,23,6,21],[23,24,6,22,"property"],[23,32,6,30],[23,33,6,31],[24,6,8,4],[24,10,8,8],[24,17,8,15,"value"],[24,22,8,20],[24,27,8,25],[24,35,8,33],[24,39,8,37],[24,46,8,44,"value"],[24,51,8,49],[24,56,8,54],[24,64,8,62],[24,66,8,64],[25,8,9,6],[26,6,10,4],[26,7,10,5],[26,8,10,6],[27,6,11,4],[29,6,14,4],[29,10,14,8,"css"],[29,13,14,11],[29,15,14,13],[30,8,15,6,"css"],[30,11,15,9],[30,15,15,13],[30,18,15,16],[31,6,16,4],[32,6,18,4,"css"],[32,9,18,7],[32,13,18,11],[32,17,18,11,"cssifyDeclaration"],[32,34,18,28],[32,35,18,28,"default"],[32,42,18,28],[32,44,18,29,"property"],[32,52,18,37],[32,54,18,39,"value"],[32,59,18,44],[32,60,18,45],[33,4,19,2],[34,4,21,2],[34,11,21,9,"css"],[34,14,21,12],[35,2,22,0],[36,0,22,1],[36,3]],"functionMap":{"names":["<global>","cssifyObject"],"mappings":"AAA;eCC"},"hasCjsExports":false},"type":"js/module"}]} |