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