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

[ts 4.7] Support optional variance annotations #14359

Merged
merged 9 commits into from May 17, 2022
Merged

[ts 4.7] Support optional variance annotations #14359

merged 9 commits into from May 17, 2022

Commits on Mar 15, 2022

  1. Copy the full SHA
    ddc567d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. fix: flow check

    magic-akari committed Mar 16, 2022
    Copy the full SHA
    f30cbf0 View commit details
    Browse the repository at this point in the history
  2. fix: BABEL_8_BREAKING

    magic-akari committed Mar 16, 2022
    Copy the full SHA
    c6db874 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. chore: add test cases

    magic-akari committed Mar 17, 2022
    Copy the full SHA
    c13020b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. fix: TS1274

    variance modifier can only appear on a type parameter of a class, interface or type alias
    magic-akari committed Apr 3, 2022
    Copy the full SHA
    a626604 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e89330a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a19b618 View commit details
    Browse the repository at this point in the history
  4. fix: flowjs type

    magic-akari committed Apr 3, 2022
    Copy the full SHA
    9aa70e2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    13cd945 View commit details
    Browse the repository at this point in the history