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
That would significantly increase the dependency tree. In fact, at this point, the dependency tree could be zero with a PR to remove fast-json-parse.
The readme for that chokidar module says that it will use a native extension for macOS, but continue to use fs.watchFile on other platforms. I'm a hard "no" on adding a native extension. I could probably be convinced to add a watcher option if it is based solely on the core fs.watch API.
What about to use file watcher chokidar instead of poll interval?
The text was updated successfully, but these errors were encountered: