Compare commits

..

1 Commits

Author SHA1 Message Date
Tee Ming
fd36ff4e5a Add FUNDING.yml for Open Collective support 2025-10-24 15:21:44 +08:00
4 changed files with 2 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
---
"@sveltejs/mcp": patch
---
feat: support: `$state.eager`

View File

@@ -11,5 +11,4 @@ bun.lockb
/**/.svelte-kit/*
# Claude Code
.claude/
.changeset/
.claude/

View File

@@ -13,7 +13,7 @@ const gitignore_path = fileURLToPath(new URL('./.gitignore', import.meta.url));
export default /** @type {import("eslint").Linter.Config} */ ([
includeIgnoreFile(gitignore_path),
{
ignores: ['.claude/**/*', '.changeset/*'],
ignores: ['.claude/**/*'],
},
js.configs.recommended,
...ts.configs.recommended,

View File

@@ -11,7 +11,6 @@ export const base_runes = [
export const nested_runes = [
'$state.raw',
'$state.snapshot',
'$state.eager',
'$effect.pre',
'$effect.tracking',
'$effect.pending',