Caleb Williams
Caleb Williams
domino needs support for web component features like ``, shadow DOM and custom elements. There is some prior art in this category as [@skate/ssr](https://github.com/skatejs/skatejs) and [jsdom](https://github.com/jsdom/jsdom) support these features. As...
I would love for esbuild to provide metadata for plugin authors about import assertions on files. Currently the `onResolve` arguments for imports take the following shape: ```typescript export type ImportKind...
I'm not really sure the best way to achieve this bit of parity with the native behavior. I've thought about creating a custom element to do this, but that feels...
We should add some way to compose stylesheets to support reuse over repetition. This is in relation to @annevk's [comment on Web components issue 468](https://github.com/w3c/webcomponents/issues/468#issuecomment-370984476). Consider adding an optional configuration...
As we get closer to Houdini implementation, it would be great if this could include an addition for `CSS.registerProperty`. Great work on this, love the idea.
## Request for position on an emerging web specification * WebKittens who can provide input: * @rniwa * @annevk ### Information about the spec * Spec Title: Exposing custom element...
## Request for position on form-associated custom elements * WebKittens who can provide input: * @rniwa * @annevk ### Information about the spec * Spec Title: Form-associated custom elements *...
I'm using this plugin for Lit but also have a custom `css` template tag in a separate library I am working on. In general the syntax highlighting works great, however,...
Can we get some formatting options either through command line or prettier or .editorconfig? My components are part of a larger Monroe pi I can’t control and they get modified...
I might have missed this in the docs somewhere, but I would love the ability to define my types using TypeScript but write my source in good ol' ES files...