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
/
tests
/
integration
/
watcher_tests.rs
Age
Commit message (
Expand
)
Author
2024-11-16
feat(watch): log which file changed on HMR or watch change (#25801)
HasanAlrimawi
2024-11-05
chore: fix serve_watch_all test (#26725)
Nathan Whitaker
2024-10-29
fix: support watch flag to enable watching other files than the main module o...
HasanAlrimawi
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-17
feat(cli): evaluate code snippets in JSDoc and markdown (#25220)
Yusuke Tanaka
2024-09-14
feat: print `Listening on` messages on stderr instead of stdout (#25491)
Marvin Hagemeister
2024-09-10
test: remove usage of `--unstable` flag (#25549)
Bartek Iwańczuk
2024-09-02
BREAKING: remove `deno bundle` (#25339)
Asher Gomez
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
2024-08-18
fix: clean up flag help output (#24686)
Luca Casonato
2024-08-14
fix(cli): support --watch when running cjs npm packages (#25038)
Luca Casonato
2024-08-12
feat: Rename --unstable-hmr to --watch-hmr (#24975)
Bartek Iwańczuk
2024-08-01
chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746)
Ryan Dahl
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-05
chore: maybe make fmt_check_all_files_on_each_change_test less flaky (#23704)
David Sherret
2024-05-03
chore: maybe make watcher tests less flaky (#23683)
David Sherret
2024-03-27
feat: add `--watch-exclude` flag (#21935)
Łukasz Czerniawski
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci