You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scripted/website/node_modules/.cache/babel-loader/d99a24b85e1f931ddbf906cca79...

1 line
1015 B

{"ast":null,"code":"import ownerDocument from './ownerDocument';\n/**\n * Returns the owner window of a given element.\n * \n * @param node the element\n */\n\nexport default function ownerWindow(node) {\n var doc = ownerDocument(node);\n return doc && doc.defaultView || window;\n}","map":{"version":3,"names":["ownerDocument","ownerWindow","node","doc","defaultView","window"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/dom-helpers/esm/ownerWindow.js"],"sourcesContent":["import ownerDocument from './ownerDocument';\n/**\n * Returns the owner window of a given element.\n * \n * @param node the element\n */\n\nexport default function ownerWindow(node) {\n var doc = ownerDocument(node);\n return doc && doc.defaultView || window;\n}"],"mappings":"AAAA,OAAOA,aAAa,MAAM,iBAAiB;AAC3C;AACA;AACA;AACA;AACA;;AAEA,eAAe,SAASC,WAAW,CAACC,IAAI,EAAE;EACxC,IAAIC,GAAG,GAAGH,aAAa,CAACE,IAAI,CAAC;EAC7B,OAAOC,GAAG,IAAIA,GAAG,CAACC,WAAW,IAAIC,MAAM;AACzC"},"metadata":{},"sourceType":"module"}