fn convert_module( name: &str, members: &[String], chunks_by_id: &HashMap<&String, &Chunk>, ) -> Result<Module>