Skip to content

@astrojs/language-server@2.16.12

Choose a tag to compare

@astrobot-houston astrobot-houston released this 13 Jul 16:06
dec7692

Patch Changes

  • #17345 5196fb4 Thanks @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.