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

Add the 'awaited' type operator #35998

Merged
merged 25 commits into from
Mar 20, 2020
Merged

Add the 'awaited' type operator #35998

merged 25 commits into from
Mar 20, 2020

Commits on Jan 4, 2020

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

Commits on Feb 17, 2020

  1. Merge branch 'master' into awaitedType2

    # Conflicts:
    #	tests/baselines/reference/promisePermutations.types
    #	tests/baselines/reference/promisePermutations2.types
    #	tests/baselines/reference/promisePermutations3.types
    #	tests/baselines/reference/promiseTypeInference.types
    rbuckton committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    a981148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7174b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

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

Commits on Feb 28, 2020

  1. Merge branch 'master' into awaitedType2

    # Conflicts:
    #	tests/baselines/reference/api/tsserverlibrary.d.ts
    #	tests/baselines/reference/api/typescript.d.ts
    rbuckton committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    7e57fed View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    8ccb983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea8940 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    624db27 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into awaitedType2

    # Conflicts:
    #	tests/baselines/reference/correctOrderOfPromiseMethod.types
    rbuckton committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    95d7316 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9ff357 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. fix typo in inferTypes

    rbuckton committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a980ffa View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    eaff435 View commit details
    Browse the repository at this point in the history
  2. LKG without syntax in lib

    rbuckton committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    17d7981 View commit details
    Browse the repository at this point in the history
  3. LKG with new syntax in lib

    rbuckton committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    53e0aaa View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    3164a0c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into awaitedType2

    # Conflicts:
    #	scripts/request-pr-review.ts
    rbuckton committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    8a5ed7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec879a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76ae7c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Apply suggestions from code review

    Co-Authored-By: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
    rbuckton and ExE-Boss authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    bc83e41 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into awaitedType2

    # Conflicts:
    #	src/compiler/diagnosticMessages.json
    rbuckton committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    a9aa2fd View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Fix inference priority

    rbuckton committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    a005b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bbcefd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    04c3b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5abdee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9f29c7 View commit details
    Browse the repository at this point in the history