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/bededf8a4d02bdac70a4bde3770...

1 line
1.2 KiB

{"ast":null,"code":"var toArray = Function.prototype.bind.call(Function.prototype.call, [].slice);\n/**\n * Runs `querySelectorAll` on a given element.\n * \n * @param element the element\n * @param selector the selector\n */\n\nexport default function qsa(element, selector) {\n return toArray(element.querySelectorAll(selector));\n}","map":{"version":3,"names":["toArray","Function","prototype","bind","call","slice","qsa","element","selector","querySelectorAll"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/dom-helpers/esm/querySelectorAll.js"],"sourcesContent":["var toArray = Function.prototype.bind.call(Function.prototype.call, [].slice);\n/**\n * Runs `querySelectorAll` on a given element.\n * \n * @param element the element\n * @param selector the selector\n */\n\nexport default function qsa(element, selector) {\n return toArray(element.querySelectorAll(selector));\n}"],"mappings":"AAAA,IAAIA,OAAO,GAAGC,QAAQ,CAACC,SAAS,CAACC,IAAI,CAACC,IAAI,CAACH,QAAQ,CAACC,SAAS,CAACE,IAAI,EAAE,EAAE,CAACC,KAAK,CAAC;AAC7E;AACA;AACA;AACA;AACA;AACA;;AAEA,eAAe,SAASC,GAAG,CAACC,OAAO,EAAEC,QAAQ,EAAE;EAC7C,OAAOR,OAAO,CAACO,OAAO,CAACE,gBAAgB,CAACD,QAAQ,CAAC,CAAC;AACpD"},"metadata":{},"sourceType":"module"}