-
Hi,
I am currently trying to migrate from `eslint-plugin-svelte3` to `eslint-plugin-svelte`. Most things are working, but when I import a `.svelte` file from a `.ts` file (for example in unit tests…
-
Please see https://github.com/sveltejs/svelte/issues/3550 for details, though is closed there.
I copied the original bug report here, thanks
**Describe the bug**
With [this template](https://gith…
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Please update built-in svelte template to Svelte 4.
Will have some migration h…
-
**Describe the bug**
new svelte-kit application build **cannot read properties of undefined (reading 'length')**
**To Reproduce**
```
npx create-nx-workspace@latest app-nx14 --preset apps --no-n…
-
Is there a way to configure ESLint to ignore the label `$m:` declaration? Right now, I get a `'$m:' is defined but never used.` `no-unused-labels` error. I know I could silence this type of error enti…
-
![image](https://github.com/MauritsWilke/mcpfp/assets/73740313/f8100ce8-2f8e-4c12-85a7-352673e6fbc6)
i try to install
but,there is another problem
![image](https://github.com/MauritsWilke/mcpfp/as…
-
Hi, I have a trouble with getting the fonts to work on production server. Everything works locally (MacOS, 2020 M1 running on Sonoma 14.1.1), but not on Node server.
This is the `registerFont` sect…
-
**Is your feature request related to a problem? Please describe.**
Svelte extension in VSCode seems to have 1 second debounce delay between checking
![svelte-vscode](https://user-images.githubuserco…
-
**Describe the bug**
Generated and built new app has "error" in tsconfig, e.g. `Referenced project 'c...' must have setting "composite": true`
**To Reproduce**
```powershell
npx create-nx-worksp…
-
Global types and custom declarations aren't being detected during lint.
```ts
// src/global.d.ts
///
declare interface CustomGlobalType {
id: number;
name: string;
}
```
```svelte
…