Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: treat Astro file scripts as TS #8151

Merged
merged 2 commits into from May 13, 2022

Commits on May 12, 2022

  1. feat: Treat Astro file scripts as TS

    This updates the import scanner to treat `<script>` tags inside of `.astro` files as TypeScript and not JS. In Astro plain scripts can contain TypeScript and this changes prevents error messages coming from the import scanner.
    matthewp committed May 12, 2022
    Copy the full SHA
    85cb7ef View commit details
    Browse the repository at this point in the history
  2. fix: use a test astro loader

    matthewp committed May 12, 2022
    Copy the full SHA
    92f5f3a View commit details
    Browse the repository at this point in the history