- From: Adam Bradley <notifications@github.com>
- Date: Thu, 29 Nov 2018 13:20:13 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 November 2018 21:20:35 UTC
I think this is a great discussion to start. With stenciljs, the compiler is running static analysis on all of the components, then auto-generating a json file, JSX type definitions, and adding to typescript's `lib.dom.d.ts` global `HTMLElementTagNameMap`. Our json file sounds exactly what you are describing, so it'd be great to follow a standard, or at least a recommendation so it works well with external tooling. -- 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/776#issuecomment-442997058
Received on Thursday, 29 November 2018 21:20:35 UTC