c12 icon indicating copy to clipboard operation
c12 copied to clipboard

native `node:fs` watching

Open danielroe opened this issue 5 months ago • 0 comments

Describe the feature

I think we could considerably improve the speed of watching for config paths by using native node:fs watching, given that we do not need glob patterns and we don't need to watch deeply/recursively.

I have a PR ready to go but want to check if it's something you'd be happy with - it could be considered a breaking change as we previously let users directly pass in chokidarOptions.

Additional information

  • [x] Would you be willing to help implement this feature?

danielroe avatar Aug 11 '25 12:08 danielroe