Function compile_and_code_gen

Source
pub fn compile_and_code_gen(
    path_to_root_of_swamp_files: &Path,
    main_module_path: &[String],
    options: &CompileAndCodeGenOptions,
) -> Option<(CompileAndMaybeCodeGenResult, SourceMap)>