summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_fs
AgeCommit message (Expand)Author
2024-11-13feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)Łukasz Czerniawski
2024-11-04chore: update dlint to v0.68.0 for internal (#26711)Kenta Moriuchi
2024-10-31fix(ext/node): convert errors from `fs.readFile/fs.readFileSync` to node form...Nathan Whitaker
2024-10-27fix(ext/node): add path to `fs.stat` and `fs.statSync` error (#26037)familyboat
2024-10-18fix(ext/node): properly map reparse point error in readlink (#26375)Nathan Whitaker
2024-10-17fix(node/fs): copyFile with `COPYFILE_EXCL` should not throw if the destinati...Nathan Whitaker
2024-10-08fix(ext/node): internal buffer length in readSync (#26064)Satya Rohith
2024-09-18Revert "feat(fmt): sort type-only named import/exports last" (#25705)David Sherret
2024-09-17feat(fmt): sort type-only named import/exports last (#25690)David Sherret
2024-09-11fix(ext/node): add `FileHandle#writeFile` (#25555)Yoshiya Hinosawa
2024-09-11fix(ext/node): Add missing node:fs and node:constants exports (#25568)Nathan Whitaker
2024-09-05BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)Asher Gomez
2024-08-16fix(node/fs): Use correct offset and length in node:fs.read and write (#25049)Nathan Whitaker
2024-08-14fix(node/fs): node:fs.read and write should accept typed arrays other than Ui...Nathan Whitaker
2024-08-12chore: update the copyright of c, mjs, and jsx (#25005)Kenta Moriuchi
2024-08-07fix: `rename` watch event missing (#24893)Marvin Hagemeister
2024-07-31fix(node/fs/promises): watch should be async iterable (#24805)Marvin Hagemeister
2024-07-17perf(ext/node): optimize fs.exists[Sync] (#24613)Divy Srivastava
2024-07-05fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)Nathan Whitaker
2024-07-04fix: revert accidentally added `parentPath` on `DirEntry` (#24438)David Sherret
2024-07-02fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)Nathan Whitaker
2024-06-24fix(ext/node): use primordials in `ext/node/polyfills/_fs/_fs_dir.ts` (#24319)Asher Gomez
2024-06-24fix(ext/node): use primordials in `ext/node/polyfills/_fs/_fs_cp.js` (#24320)Asher Gomez
2024-06-19fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)Divy Srivastava
2024-06-11chore: sync up Node.js test files for v20.11.1 (#24066)Bartek Iwańczuk
2024-05-28fix(ext/node): add `throwIfNoEntry` option in `fs.lstatSync` (#24006)Marvin Hagemeister
2024-04-01fix(ext/node): Add fs.readv, fs.readvSync (#23166)Nathan Whitaker
2024-03-20fix(ext/node): FsWatcher ref and unref (#22987)Divy Srivastava
2024-03-16fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)Divy Srivastava
2024-03-13feat(node): implement fs.statfs() (#22862)Nayeem Rahman
2024-03-09fix(ext/node): support junction symlinks on Windows (#22762)Divy Srivastava
2024-03-06fix(ext/node): add default methods to fs.StatsBase (#22750)Divy Srivastava
2024-03-06fix(node): stat/statSync returns instance of fs.Stats (#22294)Divy Srivastava
2024-01-29refactor: migrate 'ext/node' extension to virtual ops module (#22157)Bartek Iwańczuk
2024-01-26chore: upgrade deno_core (#22124)Bartek Iwańczuk
2024-01-26fix(node): remove deprecation warnings (#22120)Bartek Iwańczuk
2024-01-25fix(fs): instanceof check for Deno.FsFile (#22121)Bartek Iwańczuk
2024-01-24revert: Remove deprecations of file sync APIs (#22085)Bartek Iwańczuk
2024-01-24feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068)Asher Gomez
2024-01-24feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn...Asher Gomez
2024-01-24feat: deprecate `Deno.close()` (#22066)Asher Gomez
2024-01-24feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069)Asher Gomez
2024-01-24feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072)Asher Gomez
2024-01-24feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017)Asher Gomez
2024-01-24feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019)Asher Gomez
2024-01-23fix(ext/node): fix no arg call of fs.promises.readFile (#22030)Yoshiya Hinosawa
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-05chore: update deno_lint for CI (#21802)Kenta Moriuchi
2024-01-05fix(ci): update copright year for _fs_cp.js (#21803)Divy Srivastava
2024-01-05fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)Divy Srivastava