Skip to main content

discover_project_files

Function discover_project_files 

Source
pub fn discover_project_files(roots: &Roots) -> Vec<PathBuf>
Expand description

Slice A: the .bynk files these roots contain — the same walk compile_project performs, honouring exclude and the tool’s own out/ node_modules caches.

P4.2 (#1122, Decision B): moved here from bynk-emit/src/project.rs — its body called only bynk-project-local functions already, with no bynk-emit-specific state. bynk-emit re-exports it at its existing bynk_emit::project::discover_project_files path so read_disk_sources and bynk-testkit need no edit; bynk-ide calls this path directly.