Skip to main content

compile_project_with_options

Function compile_project_with_options 

Source
pub fn compile_project_with_options(
    entry_path: &Path,
    options: &CompileOptions,
) -> Result<String, Vec<Diagnostic>>
Expand description

Compile a multi-module project with options.