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

Great stuff. My only immediate feedback is to not focus on `customElements.define()` via Analyzer, mainly because these two reasons:

* many folks will just let the registration process to be mechanical as part of the build process rather than explicitly authored, which means that you author a class with all the stuff in there but the definition of the tagName associated to that class is not something that you have to author.

* many frameworks will be able to compile to web-components, (e.g.: VUE or React), which is a process that will happen as part of the compilation step.

Having an out-of-band configuration file to describe the shape of your component, and the inheritance seems to be good enough.

-- 
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-443377710

Received on Saturday, 1 December 2018 00:11:36 UTC