pub fn check(
plan: &BuildPlan,
terse_mode: bool
) -> 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.