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