Function convert_module

Source
fn convert_module(
    name: &str,
    members: &[String],
    chunks_by_id: &HashMap<&String, &Chunk>,
) -> Result<Module>
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here