Skip to main content

resolve_feature_dependencies

Function resolve_feature_dependencies 

Source
pub fn resolve_feature_dependencies(
    _feature_name: &str,
    feature_path: &Path,
    base_path: &Path,
    imports: &[ImportStatement],
    file_to_feature_map: &HashMap<PathBuf, String>,
    feature_path_to_name_map: &HashMap<String, String>,
    file_map: &HashMap<String, PathBuf>,
) -> Vec<Dependency>
Expand description

Resolve imports to dependencies for a specific feature