Function compile_codegen_and_create_vm

Source
pub fn compile_codegen_and_create_vm(
    source_map: &mut SourceMap,
    root_module: &[String],
    compile_and_code_gen_options: &CompileCodeGenAndVmOptions,
) -> Option<CompileAndVmResult>
Expand description

The root module is needed so it knows which mod that should be considered.