parcel-bundler / watcher

👀 A native C++ Node module for querying and subscribing to filesystem events
MIT License
656 stars 45 forks source link

Add kqueue backend #149

Closed devongovett closed 1 year ago

devongovett commented 1 year ago

Fixes #127, closes #128.

This adds a kqueue backend to support freebsd. It also works as an optional backend on macOS.