Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v0.34.0-next.6
Minor Changes
- #446
168f920
Thanks @ota-meshi! - feat: add support for$inspect
and$effect.root
v0.34.0-next.5
Minor Changes
-
#440
726f21f
Thanks @baseballyama! - feat: skip type injection if template uses TypeScript -
#441
34232c5
Thanks @baseballyama! - feat: add type of$effect.active
v0.34.0-next.4
Patch Changes
- #438
c21b54c
Thanks @ota-meshi! - fix: incorrect location for{ #await expr then v }
with spaces
v0.34.0-next.3
Minor Changes
- #435
7508680
Thanks @ota-meshi! - feat: improve props type
Patch Changes
- #434
0ef067b
Thanks @ota-meshi! - fix: incorrect location when there is whitespace at the beginning of block
v0.34.0-next.2
Minor Changes
-
#430
af1bae5
Thanks @ota-meshi! - feat: apply correct type information to$derived
argument expression -
#431
ab13a46
Thanks @ota-meshi! - feat: add support for{#snippet}
and{@render}
v0.34.0-next.1
Minor Changes
-
#425
ff242c4
Thanks @baseballyama! - feat: Support runes -
#426
9793cb0
Thanks @ota-meshi! - feat: apply runes to*.svelte.js
and*.svelte.ts
.
v0.34.0-next.0
Minor Changes
- #421
59fc0e9
Thanks @ota-meshi! - feat: (experimental) partial support for Svelte v5 parser
v0.33.1
Patch Changes
- #409
b63c305
Thanks @ota-meshi! - fix: infinite loop in attr.ts
v0.33.0
Minor Changes
- #395
d9cb8ae
Thanks @ota-meshi! - feat: improve let directive type
Patch Changes
- #396
a4d31f0
Thanks @ota-meshi! - fix: update postcss to 8.4.28
v0.32.2
Patch Changes
- #385
71db4ec
Thanks @ota-meshi! - fix: typescript-eslint v6 compatibility