pub fn import<'a>( arena: &'a Bump, args: BumpVec<'a, JsValue<'a>>, ) -> JsValue<'a>
Resolve the contents of an import call, throwing errors if we come across any unsupported syntax.