Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v1.3.3
v1.3.2
Patch Changes
- #747
eddc3e3
Thanks @ota-meshi! - fix: internal function hasTypeInfo misjudging and providing insufficient type information in complex cases.
v1.3.1
Patch Changes
- #732
1350734
Thanks @ota-meshi! - fix:$derived
argument expression to apply correct type information tothis
v1.3.0
Minor Changes
- #725
1710145
Thanks @baseballyama! - feat: support asynchronous svelte
v1.2.0
Minor Changes
- #714
855af3b
Thanks @baseballyama! - feat: support{@attach ...}
v1.1.3
v1.1.2
Patch Changes
- #698
8188302
Thanks @ota-meshi! - fix: crash with$derived()
in template using ts
v1.1.1
Patch Changes
- #692
1c533d8
Thanks @baseballyama! - fix: resolved issue of$props
incorrectly detected as store when using variables named after runes like$props
andprops
v1.1.0
Minor Changes
- #686
f26ee51
Thanks @marekdedic! - style Context parsing error type fix
v1.0.1
Patch Changes
- #681
edb63e2
Thanks @baseballyama! - fix: align required Node version with ESLint