summaryrefslogtreecommitdiff
path: root/tests/integration/watcher_tests.rs
AgeCommit message (Expand)Author
2024-11-16feat(watch): log which file changed on HMR or watch change (#25801)HasanAlrimawi
2024-11-05chore: fix serve_watch_all test (#26725)Nathan Whitaker
2024-10-29fix: support watch flag to enable watching other files than the main module o...HasanAlrimawi
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-17feat(cli): evaluate code snippets in JSDoc and markdown (#25220)Yusuke Tanaka
2024-09-14feat: print `Listening on` messages on stderr instead of stdout (#25491)Marvin Hagemeister
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