Debian Patches
Status for node-mock-fs/5.5.0-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 2001_privacy.patch | Avoid privacy breach in documentation | Jonas Smedegaard <dr@jones.dk> | no | 2025-04-13 | ||
| add-rmsync-for-node24.patch | implement rmSync binding for Node.js 24 Node.js 24 routes fs.rmdirSync(path, {recursive:true}), fs.rmSync and fs.rm/{recursive:true} to a new fs binding method named rmSync. mock-fs didn't define it, so calls were going through to the real filesystem (which does not see the in-memory mocked directories), and the assertion "expected true to be false" fired because the mocked path was never actually removed. Implement rmSync on the mock binding so it operates on the in-memory tree. |
Yadd <yadd@debian.org> | not-needed | 2026-05-02 |
