Augustine Kim

Results 36 issues of Augustine Kim

Hello! I've been testing out a work in progress utility for testing Lit elements being rendered server-side (https://github.com/lit/lit/pull/2957) and have been trying it out on some shoelace component tests. I...

feature

### Which package is this a feature request for? Eleventy Plugin (@lit-labs/eleventy-plugin-lit) ### Description Running the test for `labs/eleventy-plugin-lit` on a Windows machine fails with some permission errors. Certain Windows...

### Which package is this a feature request for? Lit Core (lit / lit-html / lit-element / reactive-element), SSR (@lit-labs/ssr) ### Description It would be useful for `lit` to provide...

### Which package(s) are affected? SSR (@lit-labs/ssr) ### Description When template contains iterables besides an array, for instance like a `Set`, SSR does not actually render the values. For example:...

### Which package(s) are affected? SSR (@lit-labs/ssr) ### Description Template shadowroot polyfill and client hydration for demo relied serving static files at the package level. https://github.com/lit/lit/blob/c93a8ee740bcd2f89cecf4213e29949013ad1673/packages/labs/ssr/src/demo/global/server.ts#L18 While the demo file...

### Which package is this a feature request for? Other/unknown (please mention in description) ### Description This is for the to-be-published `@lit-labs/testing` package. There exists utility functions for stripping lit...

### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Other/unknown (please mention in description) ### Description...

See discussion below. Decorators work fine with TS. With Babel: `@provide()` on its own does not work. `@provide() @property()` does not work. `@property() @provide` actually seems to make the context...

### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Other/unknown (please mention in description) ### Description...

Needs Discussion

Fixes #5495 This makes the module resolved for browser code being imported in ES modules to point to the bundled ESM code, rather than the root `.index.js` which requires additional...

pr::fix
type::breaking