Sourced from svelte-check's releases.
svelte-check-4.1.1
- fix: support each without as (#2615)
svelte-check-4.1.0
- fix: don't move appended content from previous node while hoisting interface (#2596)
- fix: ensure hoisted interfaces are moved after hoisted imports (#2597)
- fix: preserve bind:... mapping on elements for better source maps
- feat: prepare for some upcoming features of Svelte 5
svelte-check-4.0.9
- fix: detect shadowed variables/types during type hoisting (#2590)
svelte-check-4.0.8
- fix: fall back to any instead of unknown for untyped $props (#2582)
- fix: robustify and fix file writing (#2584)
- fix: hoist types related to $props rune if possible (#2571)
svelte-check-4.0.7
- fix:
$props
: infer types for$bindable
, infer function type from arrow functionsvelte-check-4.0.6
02db54d
fix: support each
without as
(#2615)131f78a
fix: make sure snapshots are shared per ProjectService (#2614)89cc22b
fix: ensure imports without semicolon doesn't break intellisense (#2610)fda35fe
chore: update tests0bf5836
chore: pin TS to 5.6 for now10820f9
fix: ensure organize imports doesn't mess with generated $$Component
typecda5c86
fix: preserve bind:...
mapping on elements for better
source mapsbe44125
feat: support bind:value={get, set}
695c660
chore: bump prettier-plugin-svelte9a5a6af
feat: hoist snippets to module context if possible (#2601)