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
/
ext
/
node
/
polyfills
/
_fs
Age
Commit message (
Expand
)
Author
2024-11-13
feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)
Łukasz Czerniawski
2024-11-04
chore: update dlint to v0.68.0 for internal (#26711)
Kenta Moriuchi
2024-10-31
fix(ext/node): convert errors from `fs.readFile/fs.readFileSync` to node form...
Nathan Whitaker
2024-10-27
fix(ext/node): add path to `fs.stat` and `fs.statSync` error (#26037)
familyboat
2024-10-18
fix(ext/node): properly map reparse point error in readlink (#26375)
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-18
Revert "feat(fmt): sort type-only named import/exports last" (#25705)
David Sherret
2024-09-17
feat(fmt): sort type-only named import/exports last (#25690)
David Sherret
2024-09-11
fix(ext/node): add `FileHandle#writeFile` (#25555)
Yoshiya Hinosawa
2024-09-11
fix(ext/node): Add missing node:fs and node:constants exports (#25568)
Nathan Whitaker
2024-09-05
BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)
Asher Gomez
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-08-12
chore: update the copyright of c, mjs, and jsx (#25005)
Kenta Moriuchi
2024-08-07
fix: `rename` watch event missing (#24893)
Marvin Hagemeister
2024-07-31
fix(node/fs/promises): watch should be async iterable (#24805)
Marvin Hagemeister
2024-07-17
perf(ext/node): optimize fs.exists[Sync] (#24613)
Divy Srivastava
2024-07-05
fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)
Nathan Whitaker
2024-07-04
fix: revert accidentally added `parentPath` on `DirEntry` (#24438)
David Sherret
2024-07-02
fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)
Nathan Whitaker
2024-06-24
fix(ext/node): use primordials in `ext/node/polyfills/_fs/_fs_dir.ts` (#24319)
Asher Gomez
2024-06-24
fix(ext/node): use primordials in `ext/node/polyfills/_fs/_fs_cp.js` (#24320)
Asher Gomez
2024-06-19
fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)
Divy Srivastava
2024-06-11
chore: sync up Node.js test files for v20.11.1 (#24066)
Bartek Iwańczuk
2024-05-28
fix(ext/node): add `throwIfNoEntry` option in `fs.lstatSync` (#24006)
Marvin Hagemeister
2024-04-01
fix(ext/node): Add fs.readv, fs.readvSync (#23166)
Nathan Whitaker
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-03-06
fix(node): stat/statSync returns instance of fs.Stats (#22294)
Divy Srivastava
2024-01-29
refactor: migrate 'ext/node' extension to virtual ops module (#22157)
Bartek Iwańczuk
2024-01-26
chore: upgrade deno_core (#22124)
Bartek Iwańczuk
2024-01-26
fix(node): remove deprecation warnings (#22120)
Bartek Iwańczuk
2024-01-25
fix(fs): instanceof check for Deno.FsFile (#22121)
Bartek Iwańczuk
2024-01-24
revert: Remove deprecations of file sync APIs (#22085)
Bartek Iwańczuk
2024-01-24
feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068)
Asher Gomez
2024-01-24
feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn...
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.FsFile` constructor and `Deno.FsFile.rid` (#22072)
Asher Gomez
2024-01-24
feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017)
Asher Gomez
2024-01-24
feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019)
Asher Gomez
2024-01-23
fix(ext/node): fix no arg call of fs.promises.readFile (#22030)
Yoshiya Hinosawa
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-05
chore: update deno_lint for CI (#21802)
Kenta Moriuchi
2024-01-05
fix(ci): update copright year for _fs_cp.js (#21803)
Divy Srivastava
2024-01-05
fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)
Divy Srivastava
[next]