Skip to main content

perl_parser/
workspace.rs

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