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/0e775876a200ed0c2b944f0cf64...

1 line
767 B

{"ast":null,"code":"/**\n * Returns the owner document of a given element.\n * \n * @param node the element\n */\nexport default function ownerDocument(node) {\n return node && node.ownerDocument || document;\n}","map":{"version":3,"names":["ownerDocument","node","document"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/dom-helpers/esm/ownerDocument.js"],"sourcesContent":["/**\n * Returns the owner document of a given element.\n * \n * @param node the element\n */\nexport default function ownerDocument(node) {\n return node && node.ownerDocument || document;\n}"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA,eAAe,SAASA,aAAa,CAACC,IAAI,EAAE;EAC1C,OAAOA,IAAI,IAAIA,IAAI,CAACD,aAAa,IAAIE,QAAQ;AAC/C"},"metadata":{},"sourceType":"module"}