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(core): support TypeScript 4.3 #42022

Closed

Commits on May 26, 2021

  1. feat(core): support TypeScript 4.3

    Switches the repository to TypeScript 4.3 and the latest
    version of tslib. This involves updating the peer dependency
    ranges on `typescript` for the compiler CLI and for the Bazel
    package. Tests for new TypeScript features have been added to
    ensure compatibility with Angular's ngtsc compiler.
    devversion committed May 26, 2021
    Configuration menu
    Copy the full SHA
    01c8ef2 View commit details
    Browse the repository at this point in the history
  2. test: update compiler-cli compliance goldens due to TS 4.3 emit forma…

    …t regression
    
    Updates the compiler-cli compliance goldens. The golden updates are
    required due to a regression in TypeScript 4.3 that causes the emitter
    to not incorrectly preserve lines when emitting a node list.
    
    This can be reverted once microsoft/TypeScript#44070
    is available.
    devversion committed May 26, 2021
    Configuration menu
    Copy the full SHA
    59a0810 View commit details
    Browse the repository at this point in the history