You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(glob): use vite_glob for fspy negatives (#476)
## Motivation
Centralize the simple fspy negative-glob path checks on `vite_glob`
instead of compiling and matching `wax::Glob` directly in `vite_task`.
## Changes
- Store fspy negative filters as `vite_glob::path::PathGlobSet`.
- Use `PathGlobSet::is_match` for post-run input/output filtering.
- Remove the local `matches_any_glob` helper.
Co-authored-by: GPT-5 Codex <codex@openai.com>
0 commit comments