summaryrefslogtreecommitdiff
path: root/tests/integration/watcher_tests.rs
AgeCommit message (Expand)Author
2024-09-10test: remove usage of `--unstable` flag (#25549)Bartek Iwańczuk
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-18fix: clean up flag help output (#24686)Luca Casonato
2024-08-14fix(cli): support --watch when running cjs npm packages (#25038)Luca Casonato
2024-08-12feat: Rename --unstable-hmr to --watch-hmr (#24975)Bartek Iwańczuk
2024-08-01chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746)Ryan Dahl
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-05chore: maybe make fmt_check_all_files_on_each_change_test less flaky (#23704)David Sherret
2024-05-03chore: maybe make watcher tests less flaky (#23683)David Sherret
2024-03-27feat: add `--watch-exclude` flag (#21935)Łukasz Czerniawski
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci