-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Upgrade 2.6 to 2.7 results in much longer build times #22008
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
Comments
Would you be willing to share your codebase under an NDA? |
@DanielRosenwasser yes I am willing to share the code under NDA. My email is [email protected] |
Hi @DanielRosenwasser we are still facing this problem, would be great to talk regarding code share. |
@carlcraig if you are willing to share the code under an NDA, please send us your NDA (my username @microsoft.com), we will sign it and return it to you, then you can share your code with us. |
also tagging @sandersn |
Closing due to age / lack of concrete steps available. |
Upgrading from typescript
2.6
to2.7
ornext
has resulted in builds taking twice as long.For my project, this upgrade results in around 100,000 extra types (as seen in diagnostics below). I am unsure where these are from as the number of files is the same, or if they have any impact on build times. The check time went from
0.99s
to4.94s
and4.72s
Here are some diagnostics for each version:
Version 2.6.2
Version 2.7.2
Version 2.8.0-dev.20180216
tsconfig
This might be related to #21221
The text was updated successfully, but these errors were encountered: