My use case is this: I have source code on my macOS filesystem, which I edit there using an IDE. That same code is transpiled and executed in a Linux guest, via Parallels Shared Folders (PSF). In the Linux guest, tools like node are using inotify to know when to re-run the compilation.
The...