-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
verbatimModuleSyntax enables isolatedModules errors, even when isolatedModules is disabled #59186
Comments
At the attention of: @weswigham |
It's always been the intent of VMS to be a superset of IM, see #51479 (comment) |
Thanks for the clarification. I think it should be documented inside the doc that |
How/where can I report the issue about the documentation? |
If you send a PR to https://github.com/microsoft/TypeScript-Website/blob/4503af71d2c4ae95cbc4188a4ce29ca272bd9f57/packages/tsconfig-reference/scripts/tsconfigRules.ts#L201 which marks |
Thank you very much @jakebailey. Following you suggestion I opened a PR for the doc website. |
I close this issue as it is a documentation issue. |
π Search Terms
enum, verbatimModuleSyntax, isolatedModules
π Version & Regression Information
TypeScript: 5.5.3
β― Playground Link
Reproduction Project
π» Code
See the attached project.
π Actual behavior
verbatimModuleSyntax = false
isolatedModules = undefined
verbatimModuleSyntax = true
isolatedModules = undefined
verbatimModuleSyntax = true
isolatedModules = false
π Expected behavior
Setting
verbatimModuleSyntax: true
should not enableisolatedModules
.Setting
verbatimModuleSyntax: true
andisolatedModules: false
should disableisolatedModules
.The text was updated successfully, but these errors were encountered: