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

fix #31012 allow noEmitOnError with isolatedModules #31043

Commits on Apr 20, 2019

  1. fix 31012 allow noEmitOnError with isolatedModules (#34)

    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 <max.heiber@gmail.com>
    mheiber committed Apr 20, 2019
    Copy the full SHA
    94a67d3 View commit details
    Browse the repository at this point in the history