svelte-eslint-parser
Advanced tools
Changelog
0.36.0
#513 37f0061
Thanks @ota-meshi! - feat: add support for $host and $state.snapshot
#513 37f0061
Thanks @ota-meshi! - feat: update svelte to 5.0.0-next.115 && minor refactor
Changelog
0.34.0
59fc0e9
Thanks @ota-meshi! - feat: (experimental) partial support for Svelte v5 parserff242c4
Thanks @baseballyama! - feat: Support runes9793cb0
Thanks @ota-meshi! - feat: apply runes to *.svelte.js
and *.svelte.ts
.af1bae5
Thanks @ota-meshi! - feat: apply correct type information to $derived
argument expression3b2c62b
Thanks @ota-meshi! - feat: add support for $bindable
rune726f21f
Thanks @baseballyama! - feat: skip type injection if template uses TypeScriptab13a46
Thanks @ota-meshi! - feat: add support for {#snippet}
and {@render}
a27697a
Thanks @ota-meshi! - feat: change it to use modern AST, if svelte v5 is installed34232c5
Thanks @baseballyama! - feat: add type of $effect.active
850ad74
Thanks @ota-meshi! - feat: add support for $derived.by
type5f2b111
Thanks @ota-meshi! - feat: add experimental support for generics directive168f920
Thanks @ota-meshi! - feat: add support for $inspect
and $effect.root
7508680
Thanks @ota-meshi! - feat: improve props type92aeee3
Thanks @ota-meshi! - feat: change AST of {@render}
and {#snippet}
to match the latest version of svelte v5.f722d7c
Thanks @ota-meshi! - fix: for svelte v5.0.0-next.68 & support optional {@render}
0ef067b
Thanks @ota-meshi! - fix: incorrect location when there is whitespace at the beginning of block79a4fb7
Thanks @ota-meshi! - fix: wrong scope in top level snippetse27a3de
Thanks @baseballyama! - feat: update $inspect
typesd5b3322
Thanks @baseballyama! - feat: add $state.frozen
supportc21b54c
Thanks @ota-meshi! - fix: incorrect location for { #await expr then v }
with spacesChangelog
0.34.0-next.12
79a4fb7
Thanks @ota-meshi! - fix: wrong scope in top level snippetsChangelog
0.34.0-next.11
#437 a27697a
Thanks @ota-meshi! - feat: change it to use modern AST, if svelte v5 is installed
#477 5f2b111
Thanks @ota-meshi! - feat: add experimental support for generics directive
Changelog
0.34.0-next.10
850ad74
Thanks @ota-meshi! - feat: add support for $derived.by
typef722d7c
Thanks @ota-meshi! - fix: for svelte v5.0.0-next.68 & support optional {@render}
Changelog
0.34.0-next.9
92aeee3
Thanks @ota-meshi! - feat: change AST of {@render}
and {#snippet}
to match the latest version of svelte v5.Changelog
0.34.0-next.7
d531e4e
Thanks @baseballyama! - breaking: drop @typescript-eslint v4 support#467 e27a3de
Thanks @baseballyama! - feat: update $inspect
types
#466 d5b3322
Thanks @baseballyama! - feat: add $state.frozen
support