open-wc/custom-elements-manifest-deprecated

[core] better slot/css part/css prop support

thepassle opened this issue · 0 comments

Currently slots, css parts and css properties are only supported through JSDoc.

We could do a check with dom5/parse5 for any innerHTML or html tagged template literals, do a query select for slot, slot[name] and [part], to automatically find slots, parts, and properties.