DEV Community

rabbxdev
rabbxdev

Posted on

@rabbx/watcher -tinny crossplatform file watcher,node,bun,deno ,chokidar-alternative

Just shipped a 0-dep file watcher that actually works on Node, Bun, and Deno.

  • Auto-fallback to polling if native watch dies
  • Glob support: */.ts, exclude node_modules
  • AwaitWriteFinish for VSCode saves
  • No memory leaks, no crashes on Deno

Drop-in chokidar alternative at 1/10th the size.

GitHub: repo

Top comments (0)