-
Notifications
You must be signed in to change notification settings - Fork 454
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(config): don't set include property value of tsconfig to empty array #1606
Conversation
@kulshekhar #1562 made lots of users happy but also lots of users not happy. Since the scale of breaking is quite large and it brings up some inconvenience, it's safer to revert #1562. This PR is a hotfix 25.5.1. Later I will also merge this into master for 26 as well. |
Pull Request Test Coverage Report for Build 4716
💛 - Coveralls |
} | ||
``` | ||
|
||
## Caveats |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if writing like this is fine. Would you please check ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine. It's basically your opinion on how this could be helpful under specific conditions. Nothing wrong with it
Summary
Revert fix(compiler): allow using files provided by tsconfig #1562
Add doc to instruct how to boost performance and caveats
Close #1604
Close #1607
Close #1608
Test plan
Green CI
Does this PR introduce a breaking change?
Other information
N.A.