Commits
Click on a commit to change the comparison rangefix: follow symlinks discovered inside watched real directories (#190) refactor: simplify symlink-following in doScan refactor: use async fs.realpath and unify scan branches refactor: drop redundant this.closed guard in change handler fix: ignore initial replay events from symlink target watcher fix: record symlink's own mtime to detect relinking under polling test: age symlink #190 fixtures past FS_ACCURACY before watching fix: use Date.now() as startTime for symlink target file watcher fix: case-insensitive path comparison and prettier formatting fix: limit symlink following to file targets to avoid state churn bench: batch watchpack-construction iterations to reduce CodSpeed noise