Structs§
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.