Skip to main content

Module watch_files

Module watch_files 

Source

Structs§

WatchFiles

Functions§

expand_watch_patterns
Expand glob patterns to actual file paths. Patterns are resolved relative to base_dir. Returns unique directories that need to be watched.
path_matches_patterns
Check if a changed path matches any of the watch patterns. Uses globset which properly supports ** for recursive directory matching.