-
Following is the task list/todo for the next major release. No new features are planned apart from the ones already added. Main priority will be to implement features from the current live website.
…
-
### Describe the bug
My package JSON
```json
{
"name": "WEBSITE_NAME",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite …
-
Hi
I have a folder structure /components/tabs in my routes. It contains a [...tabs].svelte file to handle routes like /components/tabs/blabla
These resolve correctly - if I add the full url in t…
-
> [!WARNING]
> This issue is a work in progress.
As we begin our journey to Skeleton v3, we'll be migrating our documentation from SvelteKit to a new Astro-based solution. This will help enable s…
-
### Describe the bug
Every time I open svelte.dev after (re)starting the Edge browser it take _**5 minutes of waiting**_ before the site actually loads. This is due to a broken service worker that ha…
-
Hi amazing team,
I just upgraded our [codebase](https://github.com/classroomio/classroomio/pull/504) to svelte-5 and upon starting the project it throws this error:
```
' {#each additionalMet…
-
Hello,
I have an issue with `no-use-before-define` rule when i want use it in html with `export` prefix and without use it before.
Code i have :
```html
export let mode: 'stroke' | 'fill' = …
-
### Describe the problem
Right now `sveltekit package` only preprocesses TS/Svelte files to JS/"vanilla Svelte" files and exports these in their raw form. This is good when you want to use the libr…
-
When attempting to use with Sapper, the following error is generated:
```
is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather tha…
-
work out how svelte/similar show a copy icon on hover to left of headings to copy the URL of the section, and implement