pub fn resolve_import(import_path: &str, filenames: &[&str]) -> Option<usize>
Resolve an import path against a set of changed file paths. Returns the index of the matched file, if any.