Dries
Dries
Any plans supporting GWT 2.10.0? We were using version `1.5-beta1` with success together with 2.9.0 However when upgrading to 2.10.0 we notice the following issue: ``` [INFO] Tracing compile failure...
### Which package(s) are affected? Other/unknown (please mention in description) ### Description When building our application (with Webpack) we encounter following issue during Lit template compilation after upgrading TypeScript from...
## Actual Behavior When upgrading to @open-wc/testing 4.0.0 we encounter following TypeScript errors in our tests: ``` error TS2554: Expected 3 arguments, but got 2. const event = oneEvent(fooFixture, 'barEventType')...
## What I did 1. Corrected the type declaration for `oneEvent` and `oneDefaultPreventedEvent` functions fixes #2746
* Tag name is correctly resolved if tag name is a static class property * When "discovering" custom element definitions in `HTMLElementTagNameMap`, where the tag name is a static class...
I had the idea to store the LitElement tag name as literal (as static member of the class) and refer to it in the decorator, _HTMLElementTagNameMap_, query selectors, ... But...
Test to not report missing element type definitions when tag names which are static class properties
Test which proves _no-missing-element-type-definition_ is not reported when the tag name is a static class property. Requires runem/web-component-analyzer#279