gajus / turbowatch

Extremely fast file change detector and task orchestrator for Node.js.
Other
938 stars 23 forks source link

fix: add linux fs.watch support #38

Closed gajus closed 1 year ago

gajus commented 1 year ago

Based on fs.watch change log, it is supposed to be able to watch files recursively as of v19.1.0.

gajus commented 1 year ago

Contrary to what Node.js documentation says, I am unable to get even the basic watch rules for with native fs.watch in Linux.