pub fn glob_source_files(
project_root: &Path,
scope: &Scope,
resolvers: &ResolverRegistry,
) -> Vec<PathBuf>Expand description
Glob source files within a scope, filtered to resolver-supported extensions.
Reuses ignore::WalkBuilder pattern from glob_annotation_files.