Change8

@astrojs/ts-plugin@1.10.10

📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols

Summary

This patch release fixes an issue where TypeScript language server features like "Go To References" failed to find usages within .astro files when accessed via Astro.locals.

🐛 Bug Fixes

  • Fixed "Go To References" from .ts files missing usages inside .astro files reached through Astro.locals by injecting Astro's ambient types so type chains like Astro.locals.utils.toUpper() resolve correctly.

Affected Symbols