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

Preserve type aliases for union and intersection types #42149

Merged
merged 32 commits into from
Jan 9, 2021

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    8f2e00f View commit details
    Browse the repository at this point in the history
  2. Accept new baselines

    ahejlsberg committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    1e9ea77 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    c9bea0c View commit details
    Browse the repository at this point in the history
  2. Accept new baselines

    ahejlsberg committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2e2048c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    44231c8 View commit details
    Browse the repository at this point in the history
  2. Accept new baselines

    ahejlsberg committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    829285f View commit details
    Browse the repository at this point in the history
  3. Accept new baselines

    ahejlsberg committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    536e41e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc5d0f2 View commit details
    Browse the repository at this point in the history
  5. Accept new baselines

    ahejlsberg committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    b2434fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c1248e View commit details
    Browse the repository at this point in the history
  7. Accept new baselines

    ahejlsberg committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    237e9ca View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    d4dc215 View commit details
    Browse the repository at this point in the history
  2. Accept new baselines

    ahejlsberg committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    11d2712 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Configuration menu
    Copy the full SHA
    39f82a8 View commit details
    Browse the repository at this point in the history
  2. Accept new baselines

    ahejlsberg committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    d9a0f50 View commit details
    Browse the repository at this point in the history
  3. Fix fourslash test

    ahejlsberg committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    e0d4774 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Configuration menu
    Copy the full SHA
    21f61c0 View commit details
    Browse the repository at this point in the history
  2. Accept new baselines

    ahejlsberg committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    785d2b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

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

Commits on Jan 4, 2021

  1. Remove redundant call

    ahejlsberg committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    260a665 View commit details
    Browse the repository at this point in the history
  2. Accept new baselines

    ahejlsberg committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    8597325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f7e126 View commit details
    Browse the repository at this point in the history
  4. Accept new baselines

    ahejlsberg committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    8ef90e7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into preserveTypeAliases

    # Conflicts:
    #	tests/baselines/reference/modularizeLibrary_UsingES5LibAndES6FeatureLibs.types
    ahejlsberg committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    4c9675c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fce1b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge branch 'master' into preserveTypeAliases

    # Conflicts:
    #	tests/baselines/reference/keyofAndIndexedAccessErrors.errors.txt
    #	tests/baselines/reference/reactDefaultPropsInferenceSuccess.errors.txt
    #	tests/baselines/reference/variadicTuples1.errors.txt
    ahejlsberg committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    99355c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e388a26 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    2c2d06d View commit details
    Browse the repository at this point in the history
  2. Accept new baselines

    ahejlsberg committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4507270 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into preserveTypeAliases

    # Conflicts:
    #	tests/baselines/reference/intersectionsOfLargeUnions.types
    #	tests/baselines/reference/intersectionsOfLargeUnions2.types
    ahejlsberg committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    e794cb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Revert "Accept new baselines"

    This reverts commit 4507270.
    ahejlsberg committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    4e123f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8881f01 View commit details
    Browse the repository at this point in the history