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