Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v0.39.1
Patch Changes
- #538
437e463
Thanks @baseballyama! - fix: SetsvelteFeatures.runes
totrue
by default for Svelte 5
v0.39.0
Minor Changes
- #536
1a9ef3d
Thanks @ota-meshi! - feat: makes it optional whether to parse runes.
v0.38.0
Minor Changes
- #534
a27c8e9
Thanks @baseballyama! - feat: support Svelte 5.0.0-next.155. (Add$state.is
and replace$effect.active
with$effect.tracking
)
v0.37.0
Minor Changes
- #527
d92287d
Thanks @ota-meshi! - feat: add support for$bindable()
scope analysis
v0.36.0
Minor Changes
-
#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
v0.35.0
Minor Changes
- #510
9dddc36
Thanks @baseballyama! - feat: update type of $props rune
v0.34.1
Patch Changes
- #504
44c1704
Thanks @ota-meshi! - fix: wrong token when usinglang=ts
v0.34.0
Minor Changes
Add experimental support for Svelte v5
- #421
59fc0e9
Thanks @ota-meshi! - feat: (experimental) partial support for Svelte v5 parser - #425
ff242c4
Thanks @baseballyama! - feat: Support runes - #426
9793cb0
Thanks @ota-meshi! - feat: apply runes to*.svelte.js
and*.svelte.ts
. - #430
af1bae5
Thanks @ota-meshi! - feat: apply correct type information to$derived
argument expression - #498
3b2c62b
Thanks @ota-meshi! - feat: add support for$bindable
rune - #440
726f21f
Thanks @baseballyama! - feat: skip type injection if template uses TypeScript - #431
ab13a46
Thanks @ota-meshi! - feat: add support for{#snippet}
and{@render}
- #437
a27697a
Thanks @ota-meshi! - feat: change it to use modern AST, if svelte v5 is installed - #441
34232c5
Thanks @baseballyama! - feat: add type of$effect.active
- #479
850ad74
Thanks @ota-meshi! - feat: add support for$derived.by
type - #477
5f2b111
Thanks @ota-meshi! - feat: add experimental support for generics directive - #446
168f920
Thanks @ota-meshi! - feat: add support for$inspect
and$effect.root
- #435
7508680
Thanks @ota-meshi! - feat: improve props type - #476
92aeee3
Thanks @ota-meshi! - feat: change AST of{@render}
and{#snippet}
to match the latest version of svelte v5. - #483
f722d7c
Thanks @ota-meshi! - fix: for svelte v5.0.0-next.68 & support optional{@render}
- #434
0ef067b
Thanks @ota-meshi! - fix: incorrect location when there is whitespace at the beginning of block - #486
79a4fb7
Thanks @ota-meshi! - fix: wrong scope in top level snippets - #467
e27a3de
Thanks @baseballyama! - feat: update$inspect
types - #466
d5b3322
Thanks @baseballyama! - feat: add$state.frozen
support - #438
c21b54c
Thanks @ota-meshi! - fix: incorrect location for{ #await expr then v }
with spaces
v0.34.0-next.12
Patch Changes
- #486
79a4fb7
Thanks @ota-meshi! - fix: wrong scope in top level snippets
v0.34.0-next.11
Minor Changes
-
#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