Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs: fix fs.rm support for loop symlinks | Nathanael Ruf | 2022-11-18 | 1 | -5/+134 |
* | test: fix typo in `test/parallel/test-fs-rm.js` | Tim Shilov | 2022-10-26 | 1 | -1/+1 |
* | test: use `common.mustNotMutateObjectDeep()` in fs tests | Livia Medeiros | 2022-07-24 | 1 | -28/+28 |
* | test,fs: add fs.rm() tests for .git directories | Darshan Sen | 2022-03-28 | 1 | -0/+39 |
* | test: add missing await in fs-rm/fs-rmdir tests | bencoe@google.com | 2022-01-17 | 1 | -5/+5 |
* | fs: accept URL as argument for `fs.rm` and `fs.rmSync` | Antoine du Hamel | 2021-12-13 | 1 | -0/+26 |
* | fs: fix rmsync error swallowing | Nitzan Uziely | 2021-05-25 | 1 | -0/+79 |
* | test: add common.mustSucceed | Tobias Nießen | 2020-10-17 | 1 | -2/+1 |
* | fs: update rm/rmdir validation messages | cjihrig | 2020-10-11 | 1 | -4/+4 |
* | fs: add rm method | Ian Sutherland | 2020-10-08 | 1 | -0/+283 |