You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MDX preview currently fails to compile .astro files that use TypeScript, especially with import type statements, causing build-time errors that block development. This issue limits the integration of TypeScript with Astro, reducing developer productivity and the overall appeal of using Astro for TypeScript-heavy projects. A potential fix involves using the TypeScript runtime instead of NodeJS to handle .astro files, but guidance from a maintainer is needed to ensure proper integration. I'm available to collaborate on this fix and contribute independently to improve the Astro ecosystem.
This happened after I opened your editor on an MDX file that used Astro:
The MDX preview currently fails to compile .astro files that use TypeScript, especially with import type statements, causing build-time errors that block development. This issue limits the integration of TypeScript with Astro, reducing developer productivity and the overall appeal of using Astro for TypeScript-heavy projects. A potential fix involves using the TypeScript runtime instead of NodeJS to handle .astro files, but guidance from a maintainer is needed to ensure proper integration. I'm available to collaborate on this fix and contribute independently to improve the Astro ecosystem.
This happened after I opened your editor on an MDX file that used Astro:
Failed to compile
The text was updated successfully, but these errors were encountered: