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 support for Optional Chaining #33294

Merged
merged 25 commits into from
Sep 30, 2019
Merged

Add support for Optional Chaining #33294

merged 25 commits into from
Sep 30, 2019

Commits on Sep 7, 2019

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

Commits on Sep 23, 2019

  1. Prototype

    andrewbranch committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    0f5d5d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into optionalChainingStage3

    # Conflicts:
    #	src/compiler/checker.ts
    #	src/compiler/diagnosticMessages.json
    #	src/compiler/factory.ts
    #	src/services/utilities.ts
    #	tests/baselines/reference/api/tsserverlibrary.d.ts
    #	tests/baselines/reference/api/typescript.d.ts
    rbuckton committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    24de747 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. PR feedback

    rbuckton committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7be47ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e073c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f44d9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into optionalChainingStage3

    # Conflicts:
    #	tests/baselines/reference/api/tsserverlibrary.d.ts
    #	tests/baselines/reference/api/typescript.d.ts
    rbuckton committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    488c9e6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'enhancement/auto-insert-question-dot' of github.com:and…

    …rewbranch/TypeScript into auto-insert-question-dot
    rbuckton committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    2ffd8e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

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

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    1bf2d56 View commit details
    Browse the repository at this point in the history
  2. PR Feedback and more tests

    rbuckton committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    1d7446f View commit details
    Browse the repository at this point in the history
  3. Update to control flow

    rbuckton committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b282b62 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into optionalChainingStage3

    # Conflicts:
    #	src/compiler/checker.ts
    #	src/compiler/diagnosticMessages.json
    #	src/compiler/types.ts
    #	src/services/textChanges.ts
    rbuckton committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    be3e21f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd8c0d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Fix lint, PR feedback

    rbuckton committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    7c9ef50 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Updates to control flow

    rbuckton committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    ad7c33c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Configuration menu
    Copy the full SHA
    6b49a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaa30f4 View commit details
    Browse the repository at this point in the history
  3. Accept API baseline change

    rbuckton committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    5ea7cb5 View commit details
    Browse the repository at this point in the history
  4. Clean up types

    rbuckton committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    7463860 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    0828674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d408e81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2070be View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into optionalChainingStage3

    # Conflicts:
    #	src/compiler/checker.ts
    #	src/compiler/diagnosticMessages.json
    rbuckton committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    dfc798f View commit details
    Browse the repository at this point in the history