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(@ngtools/webpack): avoid non-actionable template type-checker syntax diagnostics #21313

Merged
merged 1 commit into from
Jul 9, 2021

Commits on Jul 8, 2021

  1. fix(@ngtools/webpack): avoid non-actionable template type-checker syn…

    …tax diagnostics
    
    The AOT compiler's internal template type-checking files are not intended to be directly analyzed for diagnostics by the emitting program and are instead analyzed during the template type-checking phase. Previously, only semantic diagnostics were ignored. Now both syntactic and semantic diagnostics are ignored. This change prevents non-actionable diagnostics from being shown during a build.
    
    Addresses: angular/angular#42667
    clydin committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    33d4366 View commit details
    Browse the repository at this point in the history