Version: Deno 2.2.3
deno 2.2.3 (stable, release, x86_64-unknown-linux-gnu)
v8 13.4.114.11-rusty
typescript 5.7.3
Steps to reproduce:
- Create an empty directory, put empty
foo.ts.
- Run
deno fmt --watch (or deno lint --watch)
- Add
bar.ts
Expected: watcher will pick up the newly created bar.ts.
Actual: nothing happens