mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
4.7 KiB
Plaintext
1 line
4.7 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/interopRequireDefault","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"kslwqCIsh6ew+I1KeA1rlVRjsAk=","exportNames":["*"]}},{"name":"../../../modules/canUseDom","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":9,"column":0,"index":180},"end":{"line":9,"column":51,"index":231}}],"key":"IgVeDULakvbv3uASJx/mhfdz4RI=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var _interopRequireDefault = require(_dependencyMap[0], \"@babel/runtime/helpers/interopRequireDefault\");\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.default = createCSSStyleSheet;\n var _canUseDom = _interopRequireDefault(require(_dependencyMap[1], \"../../../modules/canUseDom\"));\n /**\n * Copyright (c) Nicolas Gallagher.\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 */\n\n // $FlowFixMe: HTMLStyleElement is incorrectly typed - https://github.com/facebook/flow/issues/2696\n function createCSSStyleSheet(id, rootNode, textContent) {\n if (_canUseDom.default) {\n var root = rootNode != null ? rootNode : document;\n var element = root.getElementById(id);\n if (element == null) {\n element = document.createElement('style');\n element.setAttribute('id', id);\n if (typeof textContent === 'string') {\n element.appendChild(document.createTextNode(textContent));\n }\n if (root instanceof ShadowRoot) {\n root.insertBefore(element, root.firstChild);\n } else {\n var head = root.head;\n if (head) {\n head.insertBefore(element, head.firstChild);\n }\n }\n }\n // $FlowFixMe: HTMLElement is incorrectly typed\n return element.sheet;\n } else {\n return null;\n }\n }\n});","lineCount":43,"map":[[7,2,9,0],[7,6,9,0,"_canUseDom"],[7,16,9,0],[7,19,9,0,"_interopRequireDefault"],[7,41,9,0],[7,42,9,0,"require"],[7,49,9,0],[7,50,9,0,"_dependencyMap"],[7,64,9,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[17,2,11,0],[18,2,12,15],[18,11,12,24,"createCSSStyleSheet"],[18,30,12,43,"createCSSStyleSheet"],[18,31,12,44,"id"],[18,33,12,46],[18,35,12,48,"rootNode"],[18,43,12,56],[18,45,12,58,"textContent"],[18,56,12,69],[18,58,12,71],[19,4,13,2],[19,8,13,6,"canUseDOM"],[19,26,13,15],[19,28,13,17],[20,6,14,4],[20,10,14,8,"root"],[20,14,14,12],[20,17,14,15,"rootNode"],[20,25,14,23],[20,29,14,27],[20,33,14,31],[20,36,14,34,"rootNode"],[20,44,14,42],[20,47,14,45,"document"],[20,55,14,53],[21,6,15,4],[21,10,15,8,"element"],[21,17,15,15],[21,20,15,18,"root"],[21,24,15,22],[21,25,15,23,"getElementById"],[21,39,15,37],[21,40,15,38,"id"],[21,42,15,40],[21,43,15,41],[22,6,16,4],[22,10,16,8,"element"],[22,17,16,15],[22,21,16,19],[22,25,16,23],[22,27,16,25],[23,8,17,6,"element"],[23,15,17,13],[23,18,17,16,"document"],[23,26,17,24],[23,27,17,25,"createElement"],[23,40,17,38],[23,41,17,39],[23,48,17,46],[23,49,17,47],[24,8,18,6,"element"],[24,15,18,13],[24,16,18,14,"setAttribute"],[24,28,18,26],[24,29,18,27],[24,33,18,31],[24,35,18,33,"id"],[24,37,18,35],[24,38,18,36],[25,8,19,6],[25,12,19,10],[25,19,19,17,"textContent"],[25,30,19,28],[25,35,19,33],[25,43,19,41],[25,45,19,43],[26,10,20,8,"element"],[26,17,20,15],[26,18,20,16,"appendChild"],[26,29,20,27],[26,30,20,28,"document"],[26,38,20,36],[26,39,20,37,"createTextNode"],[26,53,20,51],[26,54,20,52,"textContent"],[26,65,20,63],[26,66,20,64],[26,67,20,65],[27,8,21,6],[28,8,22,6],[28,12,22,10,"root"],[28,16,22,14],[28,28,22,26,"ShadowRoot"],[28,38,22,36],[28,40,22,38],[29,10,23,8,"root"],[29,14,23,12],[29,15,23,13,"insertBefore"],[29,27,23,25],[29,28,23,26,"element"],[29,35,23,33],[29,37,23,35,"root"],[29,41,23,39],[29,42,23,40,"firstChild"],[29,52,23,50],[29,53,23,51],[30,8,24,6],[30,9,24,7],[30,15,24,13],[31,10,25,8],[31,14,25,12,"head"],[31,18,25,16],[31,21,25,19,"root"],[31,25,25,23],[31,26,25,24,"head"],[31,30,25,28],[32,10,26,8],[32,14,26,12,"head"],[32,18,26,16],[32,20,26,18],[33,12,27,10,"head"],[33,16,27,14],[33,17,27,15,"insertBefore"],[33,29,27,27],[33,30,27,28,"element"],[33,37,27,35],[33,39,27,37,"head"],[33,43,27,41],[33,44,27,42,"firstChild"],[33,54,27,52],[33,55,27,53],[34,10,28,8],[35,8,29,6],[36,6,30,4],[37,6,31,4],[38,6,32,4],[38,13,32,11,"element"],[38,20,32,18],[38,21,32,19,"sheet"],[38,26,32,24],[39,4,33,2],[39,5,33,3],[39,11,33,9],[40,6,34,4],[40,13,34,11],[40,17,34,15],[41,4,35,2],[42,2,36,0],[43,0,36,1],[43,3]],"functionMap":{"names":["<global>","createCSSStyleSheet"],"mappings":"AAA;eCW"}},"type":"js/module"}]} |