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

perf: improve solution builder performance by skipLibCheck #494

Merged
merged 1 commit into from Aug 3, 2020

Conversation

piotr-oles
Copy link
Collaborator

I did some profiling regarding #463 (thanks @nathanforce for the repo) and found that the difference between the plugin and tsc is that tsc doesn't check standard library files in referenced projects. I implemented an optional getParsedCommandLine method on the watch solution builder host to automatically use skipLibCheck in referenced projects.

@codeclimate
Copy link

codeclimate bot commented Aug 1, 2020

Code Climate has analyzed commit 4611fc2 and detected 0 issues on this pull request.

View more on Code Climate.

@piotr-oles piotr-oles merged commit 83bc29c into master Aug 3, 2020
@piotr-oles piotr-oles deleted the feature/improve-solution-builder-performance branch August 3, 2020 11:43
@piotr-oles
Copy link
Collaborator Author

🎉 This PR is included in version 5.0.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

@nathanforce
Copy link

🙌 I'll take a look today. Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants