use crateValidationError;
use File;
use HashMap;
/// Solves the imports of a module.
///
/// This is a simple algorithm where we check each import in the current module against the entire
/// workspace modules.
///
/// This function attests that at the very least, the module being imported is in scope.