pub fn analyze_import(
world: &dyn World,
source: &LinkedNode<'_>,
) -> Option<Value>
Expand description
Try to load a module from the current source file.
pub fn analyze_import(
world: &dyn World,
source: &LinkedNode<'_>,
) -> Option<Value>
Try to load a module from the current source file.