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

docs: allowNamespaces in typescript now defaults to true #2449

Merged
merged 3 commits into from Feb 22, 2021

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Feb 17, 2021

Companion PR of babel/babel#12765.

@netlify
Copy link

netlify bot commented Feb 17, 2021

Deploy preview for babel ready!

Built with commit 5e423e6

https://deploy-preview-2449--babel.netlify.app

@netlify
Copy link

netlify bot commented Feb 17, 2021

Deploy preview for babel ready!

Built with commit 230fcad

https://deploy-preview-2449--babel.netlify.app


1. Changes to your `tsconfig.json` are not reflected in babel. The build process will always behave as though [`isolatedModules`][iso-mods] is turned on, there are Babel-native alternative ways to set a lot of the [`tsconfig.json` options](#typescript-compiler-options) however.

1. **Q**: Why doesn't Babel allow export of a `var` or `let`?
Copy link
Member

Choose a reason for hiding this comment

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

Not introduced by this PR, but I don't understand this question.

Babel allows exporting anything 🤔

@nicolo-ribaudo nicolo-ribaudo added this to the v7.13.0 milestone Feb 19, 2021
@JLHwung JLHwung merged commit f73a7ed into babel:master Feb 22, 2021
@JLHwung JLHwung deleted the typescript-allow-namespaces branch February 22, 2021 22:14
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.

None yet

2 participants