@astrojs/language-server@2.16.12

Chainlit/chainlit@astrojs/language-server@2.16.12Jul 13, 2026by astrobot-houston

AI Summary

Fixes a crash that occurred when running `astro check` against the TypeScript 7 native compiler.

Key Highlights

  • Fixes crash with TypeScript 7 native compiler
  • Provides early failure with clear message

Full Release Notes

### Patch Changes

-   [#17345](https://github.com/withastro/astro/pull/17345) [`5196fb4`](https://github.com/withastro/astro/commit/5196fb45aec8b63ba43f86d558bd98b302abd0a9) Thanks [@kkhys](https://github.com/kkhys)! - Fixes an opaque `Cannot read properties of undefined (reading 'fileExists')` crash when `astro check` runs against the TypeScript 7 native compiler. The native compiler does not ship the programmatic API the checker relies on yet, so `astro check` now fails early with a clear message pointing to the tracking issue instead.