1//! Compatibility re-export of workspace indexing modules. 2 3#[cfg(not(target_arch = "wasm32"))] 4pub use crate::refactor::workspace_refactor; 5/// Workspace indexing and refactoring orchestration. 6pub use perl_workspace::workspace::*;