Function import

pub fn import(
    engine: &mut Engine<'_>,
    from: &str,
    span: Span,
) -> Result<Module, EcoVec<SourceDiagnostic>>
Expand description

Process an import of a package or file relative to the current location.