Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/TypeScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.3
Choose a base ref
...
head repository: microsoft/TypeScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.4
Choose a head ref
  • 9 commits
  • 45 files changed
  • 4 contributors

Commits on Aug 19, 2019

  1. Port #32947 to release-3.6

    weswigham committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    d31bd35 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Handle parentless nodes in isParameterPropertyDeclaration

    Fixes #33295.
    
    This follows a similar pattern as in #20314 by requiring an explicit
    `parent` parameter. Where possible, it uses the appopriate variable at
    the call sites.
    
    In several locations there is no context available though (e.g.
    inspecting `valueDeclarations`) and we access `.parent` as the code
    previously did. From a cursory inspection this seems correct, these
    callpaths originate in phases where there must be a `parent` (i.e. in
    checker, binder, etc).
    
    Change-Id: I28e4726777b57237bec776e4001e9e69ac591b11
    mprobst committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    e8be5e8 View commit details
    Browse the repository at this point in the history
  2. Handle parentless nodes in isParameterPropertyDeclaration (#33321)

    Handle parentless nodes in isParameterPropertyDeclaration
    DanielRosenwasser authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    46ccaa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Cherry-pick PR #33426 into release-3.6

    Component commits:
    4ae62c3 getConstraintDeclaration gets the first declaration with a constraint, rather than just the first declaration
    
    b1ad54b Add type annotation
    
    2232f5e Update comment
    weswigham authored and typescript-bot committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    391a73b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Port #32947 to release-3.6 (#32978)

    Port #32947 to `release-3.6`
    DanielRosenwasser authored Sep 24, 2019
    Configuration menu
    Copy the full SHA
    50223fd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    475cfff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33512 from typescript-bot/pick/33426/release-3.6

    🤖 Cherry-pick PR #33426 into release-3.6
    DanielRosenwasser authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    323c256 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Bump version.

    DanielRosenwasser committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    73fbf9b View commit details
    Browse the repository at this point in the history
  2. Update LKG.

    DanielRosenwasser committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    d034031 View commit details
    Browse the repository at this point in the history
Loading