Skip to content

deno fmt --watch, deno lint --watch, deno test --watch do not notice appearance of new files #28437

@0x009922

Description

@0x009922

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:

  1. Create an empty directory, put empty foo.ts.
  2. Run deno fmt --watch (or deno lint --watch)
  3. Add bar.ts

Expected: watcher will pick up the newly created bar.ts.

Actual: nothing happens

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions