Conversation

mheiber

fix #31012

Allow noEmitOnError with isolatedModules.

If I understand correctly, the purpose of isolatedModules is to
do extra validation to ensure that separate compilation is safe.

Such validation seems complementary to disallowing emit in the presence of errors.

checklist

  • Code is up-to-date with the master branch
  • You've successfully run gulp runtests locally
  • There are new or updated unit tests validating the change

fix microsoft#31012

Since the purpose of isolatedModules: true is to
do extra validation to ensure that separate
compilation is safe

Allowing emit in the presence of errors is
compatible with that intention.

Signed-off-by: Max Heiber <[email protected]>
@msftclas

CLA assistant check
All CLA requirements met.

@RyanCavanaughRyanCavanaugh merged commit f9d12ed into microsoft:master Apr 25, 2019
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

Allow isolatedModules: true with noEmitOnError: true