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-tsc checks are much slower than they used to be #4238

Closed
k983551019 opened this issue Apr 9, 2024 · 6 comments
Closed

vue-tsc checks are much slower than they used to be #4238

k983551019 opened this issue Apr 9, 2024 · 6 comments

Comments

@k983551019
Copy link

vue-tsc checks are much slower than they used to be

@MikeLP
Copy link

MikeLP commented Apr 11, 2024

I have the same issue.

@skywalker512
Copy link

skywalker512 commented Apr 11, 2024

image

I have the same problem. After using --generateTrace, I found that there are still a lot of createSourceFile processes (Occupied half of the time) after checkSourceFile is completed.

trace2.json

https://github.com/skywalker512/volar-2-reproduced

@johnsoncodehk

@MarcelKlammer
Copy link

Same here. 2.0.7 was the last fast version, .10, .11, .12 all are extremely slow.

@smh000809
Copy link

Version: 2.0.12, my project has 1029 files, and it took more than 30 minutes to execute vue-tsc --build --force

@so1ve
Copy link
Member

so1ve commented Apr 12, 2024

@smh000809 Should be resolved by #4245

@blake-newman
Copy link
Member

blake-newman commented Apr 12, 2024

FYI we found the root cause of the issue and further PR to ammend to fix:

#4260

Assuming its released thought i'd make you aware again incase there is another regression (shouldn't be tho).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants