Function compile_single_file

Source
pub fn compile_single_file(
    db: &mut Db,
    path: &str,
    src: &str,
    with_bytecode: bool,
    with_runtime_bytecode: bool,
    optimize: bool,
) -> Result<CompiledModule, CompileError>