Re: [w3c/webcomponents] Editor support for WebComponents (#776)

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