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: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 743eacc48f778345c6289f9d6cc581e631a0d19e
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 91099658a618732b2cf4a0bec334df26a9ebaaf4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 12, 2024

  1. fs: make mutating options in Promises readdir() not affect results

    PR-URL: #56057
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    LiviaMedeiros authored and nodejs-github-bot committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    b5e25aa View commit details
    Browse the repository at this point in the history
  2. fs: make mutating options in Callback readdir() not affect results

    PR-URL: #56057
    Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    LiviaMedeiros authored and nodejs-github-bot committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    9109965 View commit details
    Browse the repository at this point in the history
Loading