first pass of merging in warp (doesn't build)
This commit is contained in:
@@ -7,15 +7,13 @@ pub mod full_source_code_embedding;
|
||||
|
||||
#[cfg(feature = "local_fs")]
|
||||
pub use file_outline::build_outline;
|
||||
|
||||
pub use file_outline::{Outline, Symbol};
|
||||
pub use repo_metadata::{BuildTreeError, DirectoryEntry, Entry, FileId, FileMetadata};
|
||||
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(feature = "local_fs")] {
|
||||
pub use repo_metadata::{
|
||||
matches_gitignores, path_passes_filters,
|
||||
};
|
||||
pub use repo_metadata::entry::{is_git_internal_path, should_watch_directory_in_git_path};
|
||||
pub use repo_metadata::matches_gitignores;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user