- From: Joe Pea <notifications@github.com>
- Date: Fri, 10 Jul 2020 10:30:51 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 July 2020 17:31:04 UTC
I'll assume that the proposal was missing the `export` part. What happens if there are multiple script tags? ```js <definition name="my-element"> <template>....</template> <script type="module"> export default class MyElement extends HTMLElement { // ... } </script> <script type="module"> export default class MyOtherElement extends HTMLElement { // ... } </script> </definition> -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/884#issuecomment-656794464
Received on Friday, 10 July 2020 17:31:04 UTC