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-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
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-04
perf(node/fs): faster `existsSync` when not exists (#21458)
David Sherret
2023-10-22
fix(polyfill): correctly handle flag when its equal 0 (#20953)
sigmaSd
2023-07-08
chore: upgrade to dprint 0.39 (#19768)
David Sherret
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-16
fix(ext/node): remove fromFileUrl from "node:path" (#19504)
Ryan Clements
2023-06-08
feat(node_compat): Add a read method to the FileHandle class (#19359)
nasa
2023-06-02
feat(node_compat): Added base implementation of FileHandle (#19294)
nasa
2023-05-26
refactor(node): use internal io and fs APIs (#19267)
Bartek Iwańczuk
2023-03-16
fix(ext/node): implement "ascii" encoding for node:fs writeFile() (#18097)
Farsen976
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-17
chore: remove unneeded files from ext/node (#17810)
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk