Function convert_module

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