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

feat(ivy): verify whether TypeScript version is supported #33377

Closed
wants to merge 1 commit into from

Commits on Oct 24, 2019

  1. feat(ivy): verify whether TypeScript version is supported

    During the creation of an Angular program in the compiler, a check is
    done to verify whether the version of TypeScript is considered
    supported, producing an error if it is not. This check was missing in
    the Ivy compiler, so users may have ended up running an unsupported
    TypeScript version inadvertently.
    
    Resolves FW-1643
    JoostK committed Oct 24, 2019
    Copy the full SHA
    d3035ef View commit details
    Browse the repository at this point in the history