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
/
runtime
/
js
/
40_fs_events.js
Age
Commit message (
Expand
)
Author
2024-10-23
fix: share inotify fd across watchers (#26200)
Divy Srivastava
2024-09-16
chore: lint `40_fs_events.js` (#25672)
Asher Gomez
2024-09-17
chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623)
Asher Gomez
2024-09-16
chore: cleanup remaining `internals.future` code (#25624)
Asher Gomez
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-09-05
BREAKING(fs): remove `Deno.FsWatcher.prototype.rid` (#25444)
Asher Gomez
2024-04-07
FUTURE(ext/fs): remove `Deno.FsWatcher.prototype.rid` (#23234)
Asher Gomez
2024-03-20
fix(ext/node): FsWatcher ref and unref (#22987)
Divy Srivastava
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-24
fix: don't call `.rid` in `Deno.FsWatcher.close()` (#22090)
Asher Gomez
2024-01-24
feat: deprecate `Deno.FsWatcher.rid` (#22074)
Asher Gomez
2024-01-24
feat: Add warnings for more deprecated APIs (#21992)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-01
feat: disposable Deno resources (#20845)
Luca Casonato
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-07-04
refactor: use primordials in runtime/, part2 (#11248)
Bartek Iwańczuk
2021-06-01
feat: add FsWatcher interface (#10798)
Yoshiya Hinosawa
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-17
refactor: Rename runtime/rt to runtime/js (#8806)
Nayeem Rahman