Releases: sveltejs/svelte-eslint-parser
Releases · sveltejs/svelte-eslint-parser
v1.4.0
v1.3.3
Patch Changes
- #762 6b9cc59Thanks @baseballyama! - fix: show proper parse error position
v1.3.2
Patch Changes
- #747 eddc3e3Thanks @ota-meshi! - fix: internal function hasTypeInfo misjudging and providing insufficient type information in complex cases.
v1.3.1
Patch Changes
- #732 1350734Thanks @ota-meshi! - fix:$derivedargument expression to apply correct type information tothis
v1.3.0
Minor Changes
- #725 1710145Thanks @baseballyama! - feat: support asynchronous svelte
v1.2.0
Minor Changes
- #714 855af3bThanks @baseballyama! - feat: support{@attach ...}
v1.1.3
v1.1.2
Patch Changes
- #698 8188302Thanks @ota-meshi! - fix: crash with$derived()in template using ts
v1.1.1
Patch Changes
- #692 1c533d8Thanks @baseballyama! - fix: resolved issue of$propsincorrectly detected as store when using variables named after runes like$propsandprops
v1.1.0
Minor Changes
- #686 f26ee51Thanks @marekdedic! - style Context parsing error type fix