Skip to content

@astrojs/ts-plugin@1.10.10

Choose a tag to compare

@astrobot-houston astrobot-houston released this 02 Jul 19:27
a86160e

Patch Changes

  • #17269 c72d4f2 Thanks @matthewp! - Fixes "Go To References" from .ts files missing usages inside .astro files that are reached through Astro.locals. The plugin now injects Astro's ambient types so type chains like Astro.locals.utils.toUpper() resolve, matching the language server.