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

fix(vite): typecheck vue projects with vue-tsc #20242 #26450

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

Coly010
Copy link
Contributor

@Coly010 Coly010 commented Jun 7, 2024

Current Behavior

Typechecking of Vue Projects with Vite is not functioning correctly

Expected Behavior

Typechecking of Vue projects should type check the .vue files and not error in TS files importing .vue files

Related Issue(s)

Fixes #20242

@Coly010 Coly010 requested review from a team as code owners June 7, 2024 12:16
@Coly010 Coly010 self-assigned this Jun 7, 2024
@Coly010 Coly010 requested a review from ndcunningham June 7, 2024 12:16
Copy link

vercel bot commented Jun 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jul 22, 2024 3:32pm

@Coly010 Coly010 force-pushed the vue/typecheck-correctly branch 2 times, most recently from d5c069f to bcc1c33 Compare June 10, 2024 11:09
@Coly010 Coly010 force-pushed the vue/typecheck-correctly branch from bcc1c33 to 8ea754c Compare June 28, 2024 15:59
@Coly010 Coly010 force-pushed the vue/typecheck-correctly branch from 8ea754c to d01d156 Compare July 22, 2024 15:29
@Coly010 Coly010 merged commit 8cf69c4 into master Jul 22, 2024
6 checks passed
@Coly010 Coly010 deleted the vue/typecheck-correctly branch July 22, 2024 16:53
FrozenPandaz pushed a commit that referenced this pull request Jul 22, 2024
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->
Typechecking of  Vue Projects with Vite is not functioning correctly

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
Typechecking of Vue projects should type check the .vue files and not
error in TS files importing .vue files

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #20242

(cherry picked from commit 8cf69c4)
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vue typechecking is incorrect when setting skipTypeCheck: false for @nx/vite:build executor
2 participants