summaryrefslogtreecommitdiff
path: root/ext/fs/30_fs.js
AgeCommit message (Expand)Author
2024-03-06chore: upgrade deno_core (#22725)Nathan Whitaker
2024-02-19chore(fs): rename `op_fs_file_stat_{async/sync}` ops (#22476)Asher Gomez
2024-02-18feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)Asher Gomez
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk
2024-02-05feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` (...Asher Gomez
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-26refactor: make 'rid' properties non-enumerable (#22137)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: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn...Asher Gomez
2024-01-24feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072)Asher Gomez
2024-01-24chore: update `Deno.{fsync,fsyncSync}()` deprecation notices (#22071)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-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-10fix: android support (#19437)cions
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-09-07feat: support import attributes (#20342)David Sherret
2023-06-23fix(ext/fs): fix boolean checks in JS parser (#19586)Luca Bruno
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-06-06refactor(core): ensureFastOps is an op-generating proxy (#19377)Matt Mastracci
2023-05-24feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...Hirotaka Tagawa / wafuwafu13
2023-05-08refactor: prefix ops w/ crate they are defined in (#19044)Luca Casonato
2023-05-01refactor: migrate async ops to generated wrappers (#18937)Bartek Iwańczuk
2023-05-01fix(core): Use primordials for methods (#18839)Kenta Moriuchi
2023-04-12refactor(ext/fs): abstract FS via FileSystem trait (#18599)Luca Casonato
2023-04-02chore: Turn back on dlintPreferPrimordials (#17715)Kenta Moriuchi
2023-03-31perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)Divy Srivastava
2023-03-17BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237)Bartek Iwańczuk
2023-03-16feat(fs): support FileInfo.dev on Windows (#18073)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-07refactor: Add "deno_fs" extension crate (#18040)Bartek Iwańczuk