Skip to main content

try_external_resolve

Function try_external_resolve 

Source
pub fn try_external_resolve(
    specifier: &str,
    base_dir: Option<&Path>,
) -> Option<PathBuf>
Expand description

Try the external resolver if one is installed. Returns None if no external resolver is set or it returns None.