v4 dropped fsevents native binding, falling back to recursive fs.watch which opens fd-per-dir on macOS and hits EMFILE on large monorepos. Replace internal chokidar/handler.js EventName import with local type since v3 has no such module.
v4 dropped fsevents native binding, falling back to recursive fs.watch which opens fd-per-dir on macOS and hits EMFILE on large monorepos. Replace internal chokidar/handler.js EventName import with local type since v3 has no such module.