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
/
cli
/
file_watcher.rs
Age
Commit message (
Expand
)
Author
2022-04-21
fix(watcher): don't clear screen on start (#14351)
Bartek Iwańczuk
2022-04-19
fix: `--watch` was losing items (#14317)
David Sherret
2022-01-31
feat(cli): add "--no-clear-screen" flag (#13454)
Zheyu Zhang
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-11
feat(watcher): clear screen on each restart (#12613)
Bartek Iwańczuk
2021-12-09
fix(watch): mitigate race condition between file write by other process and w...
David Sherret
2021-11-01
fix(fmt/lint): strip unc paths on Windows when displaying file paths in lint ...
David Sherret
2021-09-02
chore: update dependencies (#11856)
Luca Casonato
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-05-10
feat: add deno test --watch (#9160)
Liam Murphy
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-01-13
Fix race condition in file watcher (#9105)
Bert Belder
2021-01-13
Remove unnecessary boxing of tokio::time::Sleep (#9105)
Bert Belder
2021-01-11
fix(watcher): keep working even when imported file has invalid syntax (#9091)
Yusuke Tanaka
2021-01-11
upgrade: tokio 1.0 (#8779)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-11-28
fix(watcher): watcher doesn't exit when module resolution fails (#8521)
Yusuke Tanaka
2020-11-22
feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276)
Yusuke Tanaka
2020-10-28
refactor(watch): create single watcher for whole process (#8083)
Yusuke Tanaka
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-11
feat(unstable): deno run --watch (#7382)
Bartek Iwańczuk