Function forc_pkg::check

source ·
pub fn check(
    plan: &BuildPlan,
    terse_mode: bool,
    type_engine: &TypeEngine
) -> Result<Vec<CompileResult<(ParseProgram, Option<TyProgram>)>>>
Expand description

Compile the entire forc package and return the parse and typed programs of the dependancies and project. The final item in the returned vector is the project.