-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
BREAKING(cli/tsc): Enable isolatedModules by default #8050
BREAKING(cli/tsc): Enable isolatedModules by default #8050
Conversation
Okay, thanks. |
It can be rebased now. |
4441b86
to
9906047
Compare
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 is insufficient, as cli/tsc.rs
will be retired after #8059 and #8060 are resolved (likely tomorrow). We need to update module_graph2.rs as well.
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.
LGTM, but I going to leave it for @bartlomieju to merge in light of coordinating other things regarding the 1.5 release.
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.
LGTM
Closes #7326.
Closes #7947, as code written for stable is once again compatible with
--unstable
. Discussion: I strongly feel we should maintain this property, even if it means going straight to stable for future changes like this. Code written for--unstable
is by design incompatible with stable -- having incompatibilities going the opposite way as well splits the ecosystem in half, generating a lot of headache and noise. Better to have everyone adapt at once.