Skip to content

Commit

Permalink
Beta testing
Browse files Browse the repository at this point in the history
  • Loading branch information
khromov committed Dec 3, 2024
1 parent 29b1026 commit 71abd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ This is a fork of llmctx with improved Svelte presets, deployed at [svelte-llm.k

# TODO

- [ ] Small/Medium preset: $derived.by and sub-runes are missing from tutorial and need to be added
- [ ] Add Svelte 4 legacy preset
- [ ] Add SvelteKit legacy preset
- [ ] Add snapshot tests to validate minification
Expand Down
2 changes: 1 addition & 1 deletion src/lib/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type PresetConfig = {
}

const SVELTE_5_PROMPT =
'Always use Svelte 5 runes and Svelte 5 syntax. Runes do not need to be imported, they are globals.'
'Always use Svelte 5 runes and Svelte 5 syntax. Runes do not need to be imported, they are globals. $state() runes are always declared using `let`, never with `const`.'

export const presets: Record<string, PresetConfig> = {
'svelte-complete': {
Expand Down

0 comments on commit 71abd8b

Please sign in to comment.