-
### Describe the bug
If I want to export a shared state, the normal way is to do like this:
### Option 1
```ts
// rune.svelte.ts
export const rune = (initialValue: T) => {
let _rune = …
-
**Is your feature request related to a problem? Please describe.**
As the action supports using eslint, adding the file extension svelte shouldn't be an issue.
**Describe the solution you'd like**…
-
Wondering how difficult would it be to migrate to Svelte 5.
Loving the idea here so far, keep improving!
-
As briefly mentioned in #242, the `alias` config as provided in the README appears to be broken in Svelte 5 as `svelte/src/runtime` does not exist.
When building with the alias config, errors such …
-
/*
* [Package Error] "svelte@v5.2.0" could not be built.
*
* [1/5] Verifying package is valid…
* [2/5] Installing dependencies from npm…
* [3/5] Building package using esinstall…
* …
-
When I try to build using svelte 5 I get :
```
7:55:42 AM [vite] Internal server error: node_modules/svelte-exmarkdown/dist/SVGElement.svelte:8:24 `p` has already been declared
Plugin: vite-…
-
Since Svelte 5 is on RC it would be nice to start searching about updating `svelte-standalone` to svelte 5 and identify breaking changes.
-
I know cross file constant folding is not supported since that only happens in the first stage where esbuild optimizes each file separately and links them later. I'm openning this issue just to notify…
-
Where is Svelte 5 Support sitting at at the moment?
There's been some major syntactical changes which may require an entirely new SDK or mitosis build to target Svelte 5
-
Hi, I'm starting to update my projects to Svelte v5 and noticed that some of the rules I added were no longer relevant or outright incorrect. While at it, I went over all rules and I propose to deprec…