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.8.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: v4.8.4
Choose a head ref
  • 8 commits
  • 71 files changed
  • 7 contributors

Commits on Sep 12, 2022

  1. Handle more places where package direcroy is converted to canonical f…

    …ile path (#50740) (#50747)
    
    * Add test for node16 resolution with package json lookup making casing incorrect
    
    * Handle more places where package direcroy is converted to canonical file path
    sheetalkamat authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    bb8cf90 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Cherry-pick PR #50797 into release-4.8 (#50798)

    Component commits:
    23a1dd4 Fix bounds check
    
    23784d7 Add regression test
    
    Co-authored-by: Anders Hejlsberg <[email protected]>
    TypeScript Bot and ahejlsberg authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a3b3555 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Cherry-pick #50724 to release-4.8 (#50760)

    Co-authored-by: Oleksandr T <[email protected]>
    jakebailey and a-tarasyuk authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    5773723 View commit details
    Browse the repository at this point in the history
  2. Cherry-pick PR #50673 into release-4.8 (#50742)

    Component commits:
    3d0e834 Remove error message in node16
    
    Co-authored-by: Wesley Wigham <[email protected]>
    TypeScript Bot and weswigham authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    39576e6 View commit details
    Browse the repository at this point in the history
  3. Cherry-pick PR #50691 into release-4.8 (#50743)

    Component commits:
    3644959 Add test case
    
    17f6e57 Revert removal of nonInferrableAnyType
    
    cafebee Rename test
    
    Co-authored-by: Jake Bailey <[email protected]>
    TypeScript Bot and jakebailey authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    2acf3a3 View commit details
    Browse the repository at this point in the history
  4. Cherry-pick PR #50704 into release-4.8 (#50741)

    Component commits:
    014fc0e Preserve special intersections in mapped types
    
    5907d7c Add regression test
    
    Co-authored-by: Anders Hejlsberg <[email protected]>
    TypeScript Bot and ahejlsberg authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    41e1ade View commit details
    Browse the repository at this point in the history
  5. Cherry pick #50537 and #50779 to release-4.8 (#50907)

    * Retain name and propertyName in declaration emit copies of binding patterns if property name is a keyword (#50537)
    
    * Retain name and propertyName in declaration emit copies of binding patterns if property name is a keyword
    
    * Accept baselines
    
    * Remove out of date file
    
    * Partially revert #41044, restoring parameter destructurings in d.ts files (#50779)
    
    * Update baselines
    
    Co-authored-by: Wesley Wigham <[email protected]>
    jakebailey and weswigham authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    369b4d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

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