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

Vue: Add support for tsx #11936

Merged
merged 2 commits into from Jul 19, 2021
Merged

Vue: Add support for tsx #11936

merged 2 commits into from Jul 19, 2021

Commits on Aug 12, 2020

  1. feat(app-vue): add support for tsx

    Previous to this change vue file paths get `ts` suffix. However; if using `<script lang="tsx">` we want `tsx` to be the suffix, this change adds `tsx` as a test rule and applies `appendTsxSuffixTo`
    blake-newman committed Aug 12, 2020
    Copy the full SHA
    071982f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Copy the full SHA
    618fc1c View commit details
    Browse the repository at this point in the history