Skip to content

@astrojs/language-server@2.17.0

Choose a tag to compare

@astrobot-houston astrobot-houston released this 16 Sep 19:39
· 29 commits to main since this release
8a3106e

Minor Changes

  • #17676 49d4294 Thanks @Princesseuh! - Improves type checking and editor support for .astro files.

    The language server now uses our all-new Biome powered astro2tsx implementation. This new version has much better support for incomplete syntax, generic types and various edge cases.

    In the vast majority of cases, no changes should be required to your code, and any change should be the result of more accurate types or behavior.

Patch Changes

  • #17542 fae64dd Thanks @IAmYhvr! - Fixes the AstroComponent suffix not being removed from Svelte and Vue imports in .astro files.