pub fn construct_pre_compiled_lib<Paths: Into<Symbol>, NamedAddress: Into<Symbol>>(
    targets: Vec<PackagePaths<Paths, NamedAddress>>,
    interface_files_dir_opt: Option<String>,
    flags: Flags
) -> Result<Result<FullyCompiledProgram, (FilesSourceText, Diagnostics)>>
Expand description

Given a set of dependencies, precompile them and save the ASTs so that they can be used again to compile against without having to recompile these dependencies