Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/05/b885512dd015b7235bb2b0495a89eebcefa8f6ca35f9531fbf25716636274a289e3c4a
T
2025-11-07 20:14:32 +00:00

1 line
5.2 KiB
Plaintext

{"dependencies":[{"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":["*"],"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 createCSSStyleSheet;\n }\n });\n var _modulesCanUseDom = require(_dependencyMap[0], \"../../../modules/canUseDom\");\n var canUseDOM = _interopDefault(_modulesCanUseDom);\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":55,"map":[[12,2,12,15,"Object"],[12,8,12,15],[12,9,12,15,"defineProperty"],[12,23,12,15],[12,24,12,15,"exports"],[12,31,12,15],[13,4,12,15,"enumerable"],[13,14,12,15],[14,4,12,15,"get"],[14,7,12,15],[14,18,12,15,"get"],[14,19,12,15],[15,6,12,15],[15,13,12,15,"createCSSStyleSheet"],[15,32,12,15],[16,4,12,15],[17,2,12,15],[18,2,9,0],[18,6,9,0,"_modulesCanUseDom"],[18,23,9,0],[18,26,9,0,"require"],[18,33,9,0],[18,34,9,0,"_dependencyMap"],[18,48,9,0],[19,2,9,0],[19,6,9,0,"canUseDOM"],[19,15,9,0],[19,18,9,0,"_interopDefault"],[19,33,9,0],[19,34,9,0,"_modulesCanUseDom"],[19,51,9,0],[20,2,1,0],[21,0,2,0],[22,0,3,0],[23,0,4,0],[24,0,5,0],[25,0,6,0],[26,0,7,0],[27,0,8,0],[29,2,11,0],[30,2,12,15],[30,11,12,24,"createCSSStyleSheet"],[30,30,12,43,"createCSSStyleSheet"],[30,31,12,44,"id"],[30,33,12,46],[30,35,12,48,"rootNode"],[30,43,12,56],[30,45,12,58,"textContent"],[30,56,12,69],[30,58,12,71],[31,4,13,2],[31,8,13,6,"canUseDOM"],[31,17,13,15],[31,18,13,15,"default"],[31,25,13,15],[31,27,13,17],[32,6,14,4],[32,10,14,8,"root"],[32,14,14,12],[32,17,14,15,"rootNode"],[32,25,14,23],[32,29,14,27],[32,33,14,31],[32,36,14,34,"rootNode"],[32,44,14,42],[32,47,14,45,"document"],[32,55,14,53],[33,6,15,4],[33,10,15,8,"element"],[33,17,15,15],[33,20,15,18,"root"],[33,24,15,22],[33,25,15,23,"getElementById"],[33,39,15,37],[33,40,15,38,"id"],[33,42,15,40],[33,43,15,41],[34,6,16,4],[34,10,16,8,"element"],[34,17,16,15],[34,21,16,19],[34,25,16,23],[34,27,16,25],[35,8,17,6,"element"],[35,15,17,13],[35,18,17,16,"document"],[35,26,17,24],[35,27,17,25,"createElement"],[35,40,17,38],[35,41,17,39],[35,48,17,46],[35,49,17,47],[36,8,18,6,"element"],[36,15,18,13],[36,16,18,14,"setAttribute"],[36,28,18,26],[36,29,18,27],[36,33,18,31],[36,35,18,33,"id"],[36,37,18,35],[36,38,18,36],[37,8,19,6],[37,12,19,10],[37,19,19,17,"textContent"],[37,30,19,28],[37,35,19,33],[37,43,19,41],[37,45,19,43],[38,10,20,8,"element"],[38,17,20,15],[38,18,20,16,"appendChild"],[38,29,20,27],[38,30,20,28,"document"],[38,38,20,36],[38,39,20,37,"createTextNode"],[38,53,20,51],[38,54,20,52,"textContent"],[38,65,20,63],[38,66,20,64],[38,67,20,65],[39,8,21,6],[40,8,22,6],[40,12,22,10,"root"],[40,16,22,14],[40,28,22,26,"ShadowRoot"],[40,38,22,36],[40,40,22,38],[41,10,23,8,"root"],[41,14,23,12],[41,15,23,13,"insertBefore"],[41,27,23,25],[41,28,23,26,"element"],[41,35,23,33],[41,37,23,35,"root"],[41,41,23,39],[41,42,23,40,"firstChild"],[41,52,23,50],[41,53,23,51],[42,8,24,6],[42,9,24,7],[42,15,24,13],[43,10,25,8],[43,14,25,12,"head"],[43,18,25,16],[43,21,25,19,"root"],[43,25,25,23],[43,26,25,24,"head"],[43,30,25,28],[44,10,26,8],[44,14,26,12,"head"],[44,18,26,16],[44,20,26,18],[45,12,27,10,"head"],[45,16,27,14],[45,17,27,15,"insertBefore"],[45,29,27,27],[45,30,27,28,"element"],[45,37,27,35],[45,39,27,37,"head"],[45,43,27,41],[45,44,27,42,"firstChild"],[45,54,27,52],[45,55,27,53],[46,10,28,8],[47,8,29,6],[48,6,30,4],[49,6,31,4],[50,6,32,4],[50,13,32,11,"element"],[50,20,32,18],[50,21,32,19,"sheet"],[50,26,32,24],[51,4,33,2],[51,5,33,3],[51,11,33,9],[52,6,34,4],[52,13,34,11],[52,17,34,15],[53,4,35,2],[54,2,36,0],[55,0,36,1],[55,3]],"functionMap":{"names":["<global>","createCSSStyleSheet"],"mappings":"AAA;eCW"},"hasCjsExports":false},"type":"js/module"}]}