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.9.7
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.9.10
Choose a head ref
  • 10 commits
  • 25 files changed
  • 6 contributors

Commits on Aug 11, 2020

  1. Make release-3.9 buildable

    With this change, you can build the branch using `npm ci && npm run
    build`.
    amcasey committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    6c1e494 View commit details
    Browse the repository at this point in the history
  2. Drop testing of node 8

    It's not worth figuring out why it's failing - we don't even test it in our AzDO or GH Actions runs.
    amcasey authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    5237f9e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #39988 from amcasey/pinned-release-3.9

    Make release-3.9 buildable
    amcasey authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    9294e96 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

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

Commits on Jan 5, 2021

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

Commits on Feb 9, 2021

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

Commits on Feb 10, 2021

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

Commits on Jun 15, 2021

  1. Pass throwIfNoEntry to fs.statSync (#41604) (#44582)

    Future versions of node will be able to return undefined, rather than
    allocating and throwing an exception, when a file is not found.
    
    See nodejs/node#33716
    
    Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>
    DanielRosenwasser and amcasey authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ebeafcf View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Backport package-lock infra changes to 3.9 (#44608)

    From #40146
    From #40703
    Fixes #40692
    
    Also
    
    Co-authored-by: Andrew Casey <andrew.casey@microsoft.com>
    DanielRosenwasser and amcasey authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    022bdea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7de5e3 View commit details
    Browse the repository at this point in the history
Loading