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
Age
Commit message (
Expand
)
Author
2024-09-14
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
David Sherret
2024-09-11
BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499)
Asher Gomez
2024-08-29
test: run `node_unit_tests` with `DENO_FUTURE=1` (#25285)
Bartek Iwańczuk
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-16
fix(node/fs): Use correct offset and length in node:fs.read and write (#25049)
Nathan Whitaker
2024-08-14
fix(node/fs): node:fs.read and write should accept typed arrays other than Ui...
Nathan Whitaker
2024-07-31
fix(node/fs/promises): watch should be async iterable (#24805)
Marvin Hagemeister
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-06-19
fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)
Divy Srivastava
2024-06-17
fix(ext/node): use `Deno.FsFile.statSync()` (#24234)
Asher Gomez
2024-06-05
chore: upgrade dlint to 0.60.0 (#24041)
Bartek Iwańczuk
2024-05-28
fix(ext/node/fs): `position` argument not applied (#24009)
Marvin Hagemeister
2024-04-20
fix(ext/node): `cp` into non-existent parent directory (#23469)
Divy Srivastava
2024-03-20
chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)
Asher Gomez
2024-03-20
fix(ext/node): FsWatcher ref and unref (#22987)
Divy Srivastava
2024-03-16
fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)
Divy Srivastava
2024-03-13
feat(node): implement fs.statfs() (#22862)
Nayeem Rahman
2024-03-09
fix(ext/node): support junction symlinks on Windows (#22762)
Divy Srivastava
2024-03-06
fix(ext/node): add default methods to fs.StatsBase (#22750)
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