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

1 line
1.7 KiB

{"ast":null,"code":"/**\n * A `removeEventListener` ponyfill\n * \n * @param node the element\n * @param eventName the event name\n * @param handle the handler\n * @param options event options\n */\nfunction removeEventListener(node, eventName, handler, options) {\n var capture = options && typeof options !== 'boolean' ? options.capture : options;\n node.removeEventListener(eventName, handler, capture);\n if (handler.__once) {\n node.removeEventListener(eventName, handler.__once, capture);\n }\n}\nexport default removeEventListener;","map":{"version":3,"names":["removeEventListener","node","eventName","handler","options","capture","__once"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/dom-helpers/esm/removeEventListener.js"],"sourcesContent":["/**\n * A `removeEventListener` ponyfill\n * \n * @param node the element\n * @param eventName the event name\n * @param handle the handler\n * @param options event options\n */\nfunction removeEventListener(node, eventName, handler, options) {\n var capture = options && typeof options !== 'boolean' ? options.capture : options;\n node.removeEventListener(eventName, handler, capture);\n\n if (handler.__once) {\n node.removeEventListener(eventName, handler.__once, capture);\n }\n}\n\nexport default removeEventListener;"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,mBAAmB,CAACC,IAAI,EAAEC,SAAS,EAAEC,OAAO,EAAEC,OAAO,EAAE;EAC9D,IAAIC,OAAO,GAAGD,OAAO,IAAI,OAAOA,OAAO,KAAK,SAAS,GAAGA,OAAO,CAACC,OAAO,GAAGD,OAAO;EACjFH,IAAI,CAACD,mBAAmB,CAACE,SAAS,EAAEC,OAAO,EAAEE,OAAO,CAAC;EAErD,IAAIF,OAAO,CAACG,MAAM,EAAE;IAClBL,IAAI,CAACD,mBAAmB,CAACE,SAAS,EAAEC,OAAO,CAACG,MAAM,EAAED,OAAO,CAAC;EAC9D;AACF;AAEA,eAAeL,mBAAmB"},"metadata":{},"sourceType":"module"}