Skip to content

Releases: sveltejs/language-tools

typescript-svelte-plugin@0.3.52

01 May 03:18
d99bb34

Choose a tag to compare

Patch Changes

  • fix: prevent incorrect $types imports being injected when moving +page.svelte files (#3010)

  • Updated dependencies [8b103ba]:

    • svelte2tsx@0.7.54

svelte2tsx@0.7.54

01 May 03:18
d99bb34

Choose a tag to compare

Patch Changes

  • fix: hoist self-referenced props interface (#2998)

svelte-language-server@0.17.31

01 May 03:18
d99bb34

Choose a tag to compare

Patch Changes

  • fix: prevent duplicate diagnostics (#3000)

  • fix: properly place svelte-ignore comment in quickfix when <script module> presents (#3011)

  • fix: prevent incorrect $types imports being injected when moving +page.svelte files (#3010)

  • fix: prevent extra script indentation when inserting svelte-ignore comments (#3011)

  • fix: provide tsconfig.json diagnostics for svelte-check (#3005)

  • Updated dependencies [8b103ba]:

    • svelte2tsx@0.7.54

svelte-check@4.4.7

01 May 03:18
d99bb34

Choose a tag to compare

Patch Changes

  • fix: flush stdout/stderr before exit (#3014)

  • fix: report diagnostics in tsconfig.json (#3005)

extensions-109.15.1

01 May 03:36
d99bb34

Choose a tag to compare

  • fix: hoist self-referenced props interface (#2998)
  • fix: prevent duplicate diagnostics (#3000)
  • fix: properly place svelte-ignore comment in quickfix when <script module> (#3011)
  • fix: prevent incorrect $types imports being injected when moving +page.svelte files (#3010)

typescript-svelte-plugin@0.3.51

31 Mar 01:06
26571cf

Choose a tag to compare

Patch Changes

  • perf: various optimization with ast walk (#2969)

  • Updated dependencies [5b9a4ac]:

    • svelte2tsx@0.7.53

See https://github.com/sveltejs/language-tools/releases

svelte2tsx@0.7.53

31 Mar 01:06
26571cf

Choose a tag to compare

Patch Changes

  • fix: prevent error with escape sequence in attribute (#2968)

svelte-language-server@0.17.30

31 Mar 01:06
26571cf

Choose a tag to compare

Patch Changes

  • perf: micro-optimizations in hot paths (#2960)

  • fix: prevent config loading message in svelte-check --incremental (#2974)

  • perf: enable incremental TypeScript reparsing via getChangeRange (#2961)

  • perf: various optimization with ast walk (#2969)

  • feat: pull diagnostics support (#2978)

  • fix: prevent error with escape sequence in attribute (#2968)

  • fix: typescript 6.0 compatibility (#2988)

  • Updated dependencies [5b9a4ac]:

    • svelte2tsx@0.7.53

svelte-check@4.4.6

31 Mar 01:06
26571cf

Choose a tag to compare

Patch Changes

  • fix: prevent config loading message in svelte-check --incremental (#2974)

  • fix: resolve svelte files with NodeNext in --incremental/tsgo (#2990)

  • perf: various optimization with ast walk (#2969)

  • fix: prevent error with escape sequence in attribute (#2968)

  • fix: typescript 6.0 compatibility (#2988)

extensions-109.15.0

31 Mar 01:29
26571cf

Choose a tag to compare

  • feat: support js/ts config section in VS Code (#2996)
  • feat: add command to show compiled CSS in preview window (#2993)
  • perf: micro-optimizations in hot paths (#2960)
  • fix: prevent config loading message in svelte-check --incremental (#2974)
  • perf: enable incremental TypeScript reparsing via getChangeRange (#2961)
  • perf: various optimization with ast walk (#2969)
  • feat: pull diagnostics support (#2978)
  • fix: prevent error with escape sequence in attribute (#2968)