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: jprichardson/node-fs-extra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.3.3
Choose a base ref
...
head repository: jprichardson/node-fs-extra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.3.4
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 18, 2025

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

Commits on Feb 26, 2026

  1. fix(ensureSymlink): resolve relative srcpath correctly when symlink e…

    …xists (#1064)
    
    When ensureSymlink is called with a relative srcpath and the destination
    symlink already exists, the code was incorrectly resolving the srcpath
    relative to cwd instead of relative to the dstpath directory.
    
    This caused ENOENT errors when calling ensureSymlink a second time with
    the same relative path, because fs.stat() evaluated the relative path
    from the wrong location.
    
    The fix checks if srcpath is relative, and if so, first tries to resolve
    it relative to dstpath's directory (standard symlink behavior), falling
    back to cwd if that doesn't exist.
    
    Fixes #1038
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    abhu85 and claude authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    3e65fbe View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. 11.3.4

    RyanZim committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    353a29b View commit details
    Browse the repository at this point in the history
Loading