import

Function import 

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

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