You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a kqueue backend to support FreeBSD, or as an alternative to FSEvents on macOS
Add a WASM backend, for use in environments where native modules cannot run (e.g. on the web in environments like Stackblitz, or unsupported processor architectures/operating systems). Use the @parcel/watcher-wasm package instead of @parcel/watcher in these cases. Note that this is much less efficient than using native OS-specific APIs, so keep using the native packages where possible.
Migrate to napi thread safe functions, which allows using @parcel/watcher from multiple Node.js worker threads
Add a 32-bit windows build, useful if users accidentally installed a 32-bit version of Node