watcher icon indicating copy to clipboard operation
watcher copied to clipboard

👀 A native C++ Node module for querying and subscribing to filesystem events

Results 97 watcher issues
Sort by recently updated
recently updated
newest added

Clarify in the readme that events can be emitted for files or directories.

Fixes https://github.com/parcel-bundler/watcher/issues/64

This is occuring on our build server running a clean docker image of Ubuntu 20.04 and building our webapp as part of a cmake project. @parcel/watcher fails to compile, showing...

Currently, when installing a package that depends on `@parcel/watcher` in an Alpine Docker image on my M1 Mac, none of the existing prebuilds match and a rebuild from source is...

This fixes segmentations faults on Linux when using inotify and renaming both a directory (a.k.a the `parent`) and one of its sub-directories (a.k.a. the `children`). When watching a new directory,...

The installation fails on our build machine with the following error. ``` > @parcel/[email protected] install /path/to/project/node_modules/@parcel/watcher > node-gyp-build make: Entering directory '/path/to/project/node_modules/@parcel/watcher/build' CC(target) Release/obj.target/nothing/../../node-addon-api/nothing.o AR(target) Release/obj.target/../../node-addon-api/nothing.a COPY Release/nothing.a CXX(target) Release/obj.target/watcher/src/binding.o...

# 🐛 bug report Failed to run parcel build in docker on Apple M1 (natively). ## 🤔 Expected Behavior Build should work ## 😯 Current Behavior ``` Error: No native...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

This is a feature request to enhance the `ignore` option to support simple glob patterns. As an example, I recently came across this PR for `nsfw` that discusses such support...

Using `@parce/watcher` in stackblitz result in the following error. ``` Error: not implemented at _0x3b9429 (https://node-igrvzm.w.staticblitz.com/blitz.d64d45524a435df425e7813603b52872ecfbe08e.js:15:7121) at process.dlopen (https://node-igrvzm.w.staticblitz.com/blitz.d64d45524a435df425e7813603b52872ecfbe08e.js:15:187719) at Object.Module._extensions..node (https://node-igrvzm.w.staticblitz.com/blitz.d64d45524a435df425e7813603b52872ecfbe08e.js:6:191058) at Module.load (https://node-igrvzm.w.staticblitz.com/blitz.d64d45524a435df425e7813603b52872ecfbe08e.js:6:188760) at Function.Module._load (https://node-igrvzm.w.staticblitz.com/blitz.d64d45524a435df425e7813603b52872ecfbe08e.js:6:186300) at Module.require...

enhancement
help wanted