@astrojs/language-server@2.16.12
SimonGiebenhain/MonoNPHM@astrojs/language-server@2.16.12Jul 13, 2026by astrobot-houston
AI Summary
Patch release fixing a crash when running 'astro check' with the TypeScript 7 native compiler.
Key Highlights
- Fixes opaque crash when running astro check against TypeScript 7
- Fails early with a clear message instead of crashing
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.