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: v4.3.2
Choose a base ref
...
head repository: microsoft/TypeScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.3
Choose a head ref
  • 7 commits
  • 68 files changed
  • 9 contributors

Commits on Jun 1, 2021

  1. Fix unintended 'as const' name lookup error (#44311) (#44370)

    * Fix logic for methods in isTypeParameterPossiblyReferenced
    
    * Add regression tests
    
    Co-authored-by: Anders Hejlsberg <andersh@microsoft.com>
    DanielRosenwasser and ahejlsberg authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    e425f57 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Cherry-pick PR #44290 into release-4.3 (#44425)

    Component commits:
    f3bf29a fix(44273): preserves 'override' modifier in JavaScript output
    
    Co-authored-by: Oleksandr T <oleksandr.tarasiuk@outlook.com>
    TypeScript Bot and a-tarasyuk authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    4f7fe4a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Fix duplicate visit of param tag comments (#44443) (#44444)

    Fixes #44422
    
    Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
    DanielRosenwasser and sandersn authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b60901d View commit details
    Browse the repository at this point in the history
  2. Cherry-pick PR #44394 into release-4.3 (#44431)

    Component commits:
    b6754e4 Add test showing how setting strict is not preserved in tsbuildinfo Test for #44305
    
    d3b479e Handle strict flag when writing tsbuildinfo Fixes #44305
    
    cee9f40 Apply suggestions from code review
    Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
    
    Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
    TypeScript Bot and sheetalkamat authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    60f6d7b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Cherry-pick PR #44070 into release-4.3 (#44187)

    Component commits:
    d192080 Do not incorrectly add line separators for non-synthetic nodes when emitting node list
    As of 3c32f6e, a line separator is
    added between nodes if the nodes are not synthetic and on separate
    lines. This it push s wrong and previously only happened if the non-synthetic
    nodes were on different lines but had the same parent.
    
    Fixes #44068.
    
    Co-authored-by: Paul Gschwendtner <paulgschwendtner@gmail.com>
    TypeScript Bot and devversion authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    419f1e7 View commit details
    Browse the repository at this point in the history
  2. Cherry-pick PR #44126 into release-4.3 (#44189)

    Component commits:
    99110e9 Consider inferences between mapped type templates lower priority
    
    Co-authored-by: Wesley Wigham <t-weswig@microsoft.com>
    TypeScript Bot and weswigham authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    89a171e View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    14231af View commit details
    Browse the repository at this point in the history
Loading