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

BREAKING(cli/tsc): Enable isolatedModules by default #8050

Merged
merged 2 commits into from
Oct 23, 2020

Conversation

nayeemrmn
Copy link
Collaborator

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.

@lucacasonato lucacasonato added this to the 1.5.0 milestone Oct 20, 2020
@kitsonk
Copy link
Contributor

kitsonk commented Oct 20, 2020

I am in the process of #7225 and specifically #7996 this week, which also address this. It is best to avoid any other PRs in this area for now.

@nayeemrmn
Copy link
Collaborator Author

Okay, thanks.

@kitsonk
Copy link
Contributor

kitsonk commented Oct 23, 2020

It can be rebased now.

@nayeemrmn nayeemrmn force-pushed the isolated-modules-stable branch from 4441b86 to 9906047 Compare October 23, 2020 01:13
Copy link
Contributor

@kitsonk kitsonk left a 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.

Copy link
Contributor

@kitsonk kitsonk left a 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.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartlomieju bartlomieju merged commit a3024a6 into denoland:master Oct 23, 2020
@nayeemrmn nayeemrmn deleted the isolated-modules-stable branch October 23, 2020 13:13
kitsonk pushed a commit that referenced this pull request Dec 7, 2020
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 21, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Feb 1, 2021
adrianhopebailie added a commit to adrianhopebailie/tbl that referenced this pull request Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flags like --unstable Should Not Apply To Every Library Use isolatedModules
4 participants