pub(super) fn builtins_import(
globals: &Weak<GlobalsMap>,
source: SourceCode,
) -> BuiltinExpand description
Constructs the import builtin. This builtin is special in that
it needs to capture the crate::SourceCode structure to correctly
track source code locations while invoking a compiler.