summaryrefslogtreecommitdiff
path: root/cli/util/file_watcher.rs
AgeCommit message (Expand)Author
2024-11-16feat(watch): log which file changed on HMR or watch change (#25801)HasanAlrimawi
2024-11-14fix: otel resiliency (#26857)snek
2024-10-27fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well as visi...Chris Veness
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-03-27feat: add `--watch-exclude` flag (#21935)Łukasz Czerniawski
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-31feat: deno run --unstable-hmr (#20876)Bartek Iwańczuk
2023-10-19refactor: add WatcherCommunicator helper struct (#20927)Bartek Iwańczuk
2023-08-25chore(cli): remove atty crate (#20275)Matt Mastracci
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-05-08fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)Matt Mastracci
2023-02-03refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)Nayeem Rahman
2023-01-30Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-10fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)Nayeem Rahman
2023-01-07refactor(cli/tools): move flag and config logic to CliOptions (#17008)Geert-Jan Zwiers
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19fix(cli): do not clear screen for non-TTY environments in watch mode (#17129)Kamil Ogórek
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret