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
/
cli
/
tests
/
unit_node
/
_fs
Age
Commit message (
Expand
)
Author
2024-01-24
feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068)
Asher Gomez
2024-01-24
feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064)
Asher Gomez
2024-01-24
feat: deprecate `Deno.close()` (#22066)
Asher Gomez
2024-01-24
feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069)
Asher Gomez
2024-01-24
feat: deprecate `Deno.resources()` (#22059)
Asher Gomez
2024-01-23
fix(ext/node): fix no arg call of fs.promises.readFile (#22030)
Yoshiya Hinosawa
2024-01-21
chore: use `Deno.writeTextFile()` where appropriate (#22008)
Asher Gomez
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-22
Revert "chore: update to `std@0.207.0` (#21284)" (#21295)
Bartek Iwańczuk
2023-11-22
chore: update to `std@0.207.0` (#21284)
Asher Gomez
2023-10-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
2023-10-22
fix(polyfill): correctly handle flag when its equal 0 (#20953)
sigmaSd
2023-07-04
fix: bump default @types/node version range to 18.16.19 (#19706)
David Sherret
2023-07-04
tests: deflake _fs_read_test.ts again (#19705)
Bartek Iwańczuk
2023-07-03
tests: deflake _fs_read_test.ts (#19699)
Bartek Iwańczuk
2023-06-26
test(ext/node): add fs read unit tests (#19588)
Kaique da Silva
2023-06-22
test(ext/node): add fs open unit test from std (#19505)
Kaique da Silva
2023-06-19
test(ext/node): port _fs_writeFile_test.ts from deno_std (#19524)
Felipe Baltor
2023-06-13
test(ext/node): add fs dirent unit test from std (#19461)
Kaique da Silva
2023-06-08
feat(node_compat): Add a write method to the FileHandle class (#19385)
nasa
2023-06-08
feat(node_compat): Add a read method to the FileHandle class (#19359)
nasa
2023-06-05
feat(node_compat): Add a close method to the FileHandle class. (#19357)
nasa
2023-06-02
feat(node_compat): Added base implementation of FileHandle (#19294)
nasa
2023-03-28
test(node/fs): add fs.Dir tests (#18463)
Kamal Singh
2023-03-20
test(ext/node): port _fs tests from std/node (#18262)
Max Dahlgren
2023-03-19
test(ext/node): add _fs_access_test.ts and _fs_watch_test.ts (#18249)
Sanskar Gauchan