pub fn resolve(spec: &str, from_dir: &Path) -> Option<PathBuf>
Resolve spec relative to from_dir to an absolute file path, or None if no file matches (core modules are handled earlier, by the caller).
spec
from_dir
None