pub fn import( engine: &mut Engine<'_>, from: &str, span: Span, ) -> Result<Module, EcoVec<SourceDiagnostic>>
Process an import of a package or file relative to the current location.