-
### What is the issue with the HTML Standard?
Today we held our weekly triage call (https://github.com/whatwg/html/issues/10471) and I will post the meeting notes there in a bit. The next one is sche…
past updated
3 months ago
-
### Description
```js
import Component from 'x/component'
lwc.createElement('x-component', { is: Component })
new Component() // throws "Illegal constructor"
```
Maybe this is working as…
-
**Describe the bug**
When I use this package in a Nuxt 3 app, a `yarn build` command succeeds however a `yarn generate` results in a number of Lit rendering errors. I am just curious to know if the S…
-
Now that we are on NPM we should standarize and centralize our package versions for the dev/build tools:
* `src/JSInterop/Microsoft.JSInterop.JS/src`
* `src/Components/dotnet-runtime-js`
* `src/Com…
-
I wrote a script using ts.createWatchCompilerHost and with visitors im modifying emits and for first one it works great but when i save second time my edit from last time affects results. For example …
-
Edit: I've found this issue too, which I think looks like the same problem I'm describing here: https://github.com/sveltejs/svelte/issues/3422
**Describe the bug**
I'm trying to build a system tha…
ghost updated
7 months ago
-
Investigate if we want to polyfill webcomponents & co on youtube.com or not. Current (2022-04-10) state: we do not, and do not need to as youtube supplies their own polyfill in `webcomponents-ce-sd.js…
-
If I follow the [Creating an Embedded Vaadin Application Tutorial](https://vaadin.com/docs/v15/flow/embedding-flow-applications/tutorial-webcomponent-exporter.html) in order to embed a server-side Vaa…
-
## Expected behaviour
Test:
```
import { expect, fixture, html } from '@open-wc/testing';
test('should be accessible', async () => {
const el = await fixture(html``);
await expect(el).…
-
This can be done as a non-breaking change post v3, but I wonder if it should be possible to compile a custom element without a tag — i.e. it doesn't add the
```js
customElements.define(tag, const…