-
With `esbuild` 0.23.1 and 0.24.0, when the `esbuild-plugin-minify-html-literals` is enabled, if a component is not explicitly imported by name then the _sourcemap_ output is absent the filename.
Ex…
-
# Bug Report
When returning an extended class type from a function, the resulting `.d.ts` file is needlessly verbose resulting in very, very long `.d.ts` for chained extensions. (See playground for…
-
### Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to …
-
### Describe the problem 🧐
While Swup is a good alternative to View Transitions in Astro, there is a big issue at the moment. (Hydrated) Astro Islands are not getting cleaned up, meaning it can lea…
-
**Is your feature request related to a problem? Please describe.**
I want to use Svlete with CustomElements and I want to keep styles cause Svelte removes unused styles. Without CustomElements I can …
-
Just wanna share a quick and dirty solution of getting the context kinda working.
Needs a new method in the wrapper class:
```js
getAncestorContext( node = false ) {
while ( node.parentNo…
-
**Is your feature request related to a problem? Please describe.**
Bundlers will often strip most comments even in development mode. The only exception being comments inside classes. The behavior c…
-
### 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
Next.js 15 was jus…
-
Changing the DOM and measuring the DOM should happen a two separate times. The difference in performance can be profound:
- Render all at once then measure all at once - http://jsbin.com/yujabuy/e…
-
Storybook's `preview.ts` is set as follows.
```ts
import {
setCustomElementsManifest,
type Preview,
} from "@storybook/web-components";
import customElements from "/path/to/custom-elemen…