Skip to content

fix #31012 allow noEmitOnError with isolatedModules #34

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

Conversation

mheiber
Copy link

@mheiber mheiber commented Apr 19, 2019

fix microsoft#31012 allow noEmitOnError with isolatedModules

The intent 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.

@mheiber mheiber force-pushed the isolated-modules-no-emit-on-error branch from 8ac3e09 to cc8f5a6 Compare April 19, 2019 17:33
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]>
@mheiber mheiber force-pushed the isolated-modules-no-emit-on-error branch from cc8f5a6 to 218b927 Compare April 19, 2019 17:35
@mheiber mheiber changed the title WIP: fix 31012 allow noEmitOnError with isolatedModules fix #31012 allow noEmitOnError with isolatedModules Apr 19, 2019
@mheiber mheiber changed the base branch from master to permit-isolated-modules-with-no-emit-on-error April 19, 2019 17:39
Copy link

@joeywatts joeywatts left a comment

Choose a reason for hiding this comment

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

LGTM!

@mheiber mheiber merged commit 94a67d3 into bloomberg:permit-isolated-modules-with-no-emit-on-error Apr 20, 2019
@mheiber mheiber deleted the isolated-modules-no-emit-on-error branch April 20, 2019 10:25
joeywatts pushed a commit that referenced this pull request May 9, 2019
…1043)

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]>
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