-
Notifications
You must be signed in to change notification settings - Fork 12.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
verbatimModuleSyntax = true switches incremental compilation to isolatedModules = true #53374
Comments
|
Ok, then you need to give an error with this combination of settings |
Like I said, it already should be doing that now.
|
unfortunately in version TS 5.0.2 i don't get this error |
Huh. Guess there is a bug, then, just not the one you thought it was 😄 |
Err, I get this locally with TS 5.0.2?
|
Hello, the new option
verbatimModuleSyntax
has a very simple and clear description, but nothing is said here about how this option affects incremental compilation.When this option is enabled, when changing a file on which other files depend (they import this file), these dependent files are not added to the set of changed files, the same effect will be if you enable the
isolatedModules = true
option.I wanted to know if this is intended behavior or a bug?
Not including dependent files in the set of changed files breaks some logic in our builder.
The text was updated successfully, but these errors were encountered: