index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit_node
/
fs_test.ts
Age
Commit message (
Expand
)
Author
2024-10-27
fix(ext/node): add path to `fs.stat` and `fs.statSync` error (#26037)
familyboat
2024-10-23
fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows (#26475)
Yoshiya Hinosawa
2024-10-17
chore: fix flaky COPYFILE_EXCL test (#26370)
Nathan Whitaker
2024-10-17
fix(node/fs): copyFile with `COPYFILE_EXCL` should not throw if the destinati...
Nathan Whitaker
2024-10-08
fix(ext/node): internal buffer length in readSync (#26064)
Satya Rohith
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-05-28
fix(ext/node/fs): `position` argument not applied (#24009)
Marvin Hagemeister
2024-05-28
fix(ext/node): add `throwIfNoEntry` option in `fs.lstatSync` (#24006)
Marvin Hagemeister
2024-04-08
fix(ext/node): out-of-order writes of fs.createWriteStream (#23244)
Yoshiya Hinosawa
2024-03-06
fix(node): stat/statSync returns instance of fs.Stats (#22294)
Divy Srivastava
2024-02-13
chore: use `@std` import instead of `@test_util/std` (#22398)
Asher Gomez
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci