Skip to content

Releases: sveltejs/language-tools

svelte-check@4.4.1

18 Feb 16:50
c14bf1d

Choose a tag to compare

Patch Changes

  • fix: handle relative imports reaching outside working directory when using --incremental/--tsgo flags (#2942)

  • fix: support SvelteKit zero types in svelte-check --incremental (#2939)

extensions-109.14.0

18 Feb 22:42
d13f08d

Choose a tag to compare

  • feat: support for comments in tags (#2944)

svelte2tsx@0.7.48

13 Feb 17:00
3b17f20

Choose a tag to compare

Patch Changes

  • chore: add option to output pure jsdoc-based JS files (#2932)

svelte-language-server@0.17.26

13 Feb 17:00
3b17f20

Choose a tag to compare

Patch Changes

  • feat: add links to diagnostic error codes via codeDescription (#2936)

  • chore: provide utils for svelte-check (#2932)

  • Updated dependencies [0b8af82]:

    • svelte2tsx@0.7.48

svelte-check@4.4.0

13 Feb 17:00
3b17f20

Choose a tag to compare

Minor Changes

  • feat: provide --incremental and --tsgo flags (#2932)

Patch Changes

  • fix: ignore Unix domain sockets in file watcher to prevent crashes (#2931)

  • fix: properly use machine output by default for Claude Code (e9f58d2)

svelte-language-server@0.17.25

02 Feb 03:09
7752b2f

Choose a tag to compare

Patch Changes

  • fix: apply text synchronize change in order (#2927)

svelte2tsx@0.7.47

31 Jan 07:04
6b83202

Choose a tag to compare

Patch Changes

  • fix: don't hoist type/snippet referencing $store (#2926)

svelte-language-server@0.17.24

31 Jan 07:04
6b83202

Choose a tag to compare

Patch Changes

  • perf: only parse html once in a batch update (#2923)

  • feat: support emmet.extensionsPath config (#2918)

  • feat: custom element JSDoc documentation for completion/hover (#2879)

  • fix: compatibility with prettier-plugin-tailwindcss in monorepo (#2925)

  • Updated dependencies [e2f09eb]:

    • svelte2tsx@0.7.47

svelte-check@4.3.6

31 Jan 07:03
6b83202

Choose a tag to compare

Patch Changes

  • fix: don't hoist type/snippet referencing $store (#2926)

extensions-109.13.0

31 Jan 07:54
6b83202

Choose a tag to compare

  • perf: only parse html once in a batch update (#2923)

  • feat: support emmet.extensionsPath config (#2918)

  • feat: custom element JSDoc documentation for completion/hover (#2879)

  • fix: compatibility with prettier-plugin-tailwindcss in monorepo (#2925)

  • fix: don't hoist type/snippet referencing $store (#2926)

  • fix: tweak config to enable completion in JSDoc (#2916)