Files
ETB/ETB-FrontEnd/node_modules/.cache/babel-loader/e09e5a02e7582a6f3e69f5ecccce959300f5256b9b5d4775bf583e887c1634e9.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

1 line
1.1 KiB
JSON

{"ast":null,"code":"export default function getWindow(node) {\n if (node == null) {\n return window;\n }\n if (node.toString() !== '[object Window]') {\n var ownerDocument = node.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView || window : window;\n }\n return node;\n}","map":{"version":3,"names":["getWindow","node","window","toString","ownerDocument","defaultView"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/@popperjs/core/lib/dom-utils/getWindow.js"],"sourcesContent":["export default function getWindow(node) {\n if (node == null) {\n return window;\n }\n\n if (node.toString() !== '[object Window]') {\n var ownerDocument = node.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView || window : window;\n }\n\n return node;\n}"],"mappings":"AAAA,eAAe,SAASA,SAASA,CAACC,IAAI,EAAE;EACtC,IAAIA,IAAI,IAAI,IAAI,EAAE;IAChB,OAAOC,MAAM;EACf;EAEA,IAAID,IAAI,CAACE,QAAQ,CAAC,CAAC,KAAK,iBAAiB,EAAE;IACzC,IAAIC,aAAa,GAAGH,IAAI,CAACG,aAAa;IACtC,OAAOA,aAAa,GAAGA,aAAa,CAACC,WAAW,IAAIH,MAAM,GAAGA,MAAM;EACrE;EAEA,OAAOD,IAAI;AACb","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}