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

Combine multiple overloads into a single contextual signature #42620

Commits on Feb 2, 2021

  1. When noImplicitAny is set, combine multiple contextual overloads into…

    … a single signature, rather than producing `any` and an error
    weswigham committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    0b7a99c View commit details
    Browse the repository at this point in the history
  2. Amalgamate intersection composite signature return types as intersect…

    …ions, rather than the prior exclusively union behavior
    weswigham committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    c6fde09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    429b88f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    33a5727 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    88eadfd View commit details
    Browse the repository at this point in the history
  2. Interior remodelling

    weswigham committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1495f74 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    961bcc0 View commit details
    Browse the repository at this point in the history