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(compiler-cli): Produce diagnostic rather than crash when using in… #48314

Closed
wants to merge 1 commit into from

Commits on Dec 1, 2022

  1. fix(compiler-cli): Produce diagnostic rather than crash when using in…

    …valid hostDirective
    
    Because the language service uses the compiler, we try to produce as
    much useful information as possible rather than throwing hard errors.
    Hard errors cause the compiler to crash. While this can be acceptable
    when compiling a program as part of a regular build, this is undesirable
    for the language service.
    atscott committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3faed79 View commit details
    Browse the repository at this point in the history