Skip to content

Conversation

arcanis
Copy link
Member

@arcanis arcanis commented Sep 22, 2025

What's the problem this PR addresses?

The current implementation of file handles on Node.js was a little heavy-handed, as we were going through our own FileHandle class, bypassing the Node.js one. Should our implementation be behind (which is the case), userland would also rely on the outdated implementation rather than the stock Node.js one.

Fixes #6890

How did you fix it?

We now only use our own FileHandle implementation for files located within zip archives.

Checklist

  • I have set the packages that need to be released for my changes to be effective.
  • I will check that all automated PR checks pass before the PR gets reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug?]: Incorrect FS return type under PnP
1 participant