pub fn parse_dependant_modules_and_resolve(
base_path: PathBuf,
module_path: ModulePath,
dependency_parser: &mut DependencyParser,
) -> Result<Vec<ModulePath>, DepLoaderError>
pub fn parse_dependant_modules_and_resolve(
base_path: PathBuf,
module_path: ModulePath,
dependency_parser: &mut DependencyParser,
) -> Result<Vec<ModulePath>, DepLoaderError>