Skip to content

Commit f65ef90

Browse files
branchseerclaude
andcommitted
refactor(vite_glob): remove AnchoredGlob and walk module
Move AnchoredGlob and the filesystem walk logic out of vite_glob, leaving only the core glob matching and error types. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3748ecf commit f65ef90

3 files changed

Lines changed: 0 additions & 924 deletions

File tree

crates/vite_glob/src/anchored.rs

Lines changed: 0 additions & 317 deletions
This file was deleted.

crates/vite_glob/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
mod anchored;
21
mod error;
3-
pub mod walk;
42

53
#[expect(clippy::disallowed_types, reason = "wax::Glob::is_match requires std::path::Path")]
64
use std::path::Path;
75

8-
pub use anchored::AnchoredGlob;
96
pub use error::Error;
107
use wax::{Glob, Program};
118

0 commit comments

Comments
 (0)