Jesse Jurman
Jesse Jurman
## Summary We should make the delegatesFocus (and potentially all other future options for components) optional, and part of the interface in the `tl-definition`. This would look something like: ```html...
## Summary Currently, when using the `tl-effect` on a script tag, if the type is module, we currently fail on trying to process the script tag's contents. We should look...
## Summary Right now intellisense when using web-components can be lacking. However, there is a standard for custom-element manifests, see https://github.com/webcomponents/custom-elements-manifest This provides auto-completion and hover-over information, similar to what's...
## Summary We should make a guide that goes over the details of styling web-components, and different options available.
## Summary After #40, we cover all of the different shaped projects (importing, exporting, inline, hybrid), but there is a lot of copy-pasted component code and tests. Some thinking should...
## Summary While #40 will add support for a command line interface to export components, there's an opportunity here to offer a JS API. This would also allow us to...