pub fn check(
plan: &BuildPlan,
build_target: BuildTarget,
terse_mode: bool,
include_tests: bool,
engines: Engines<'_>
) -> Result<Vec<CompileResult<Programs>>>
Expand description
Compile the entire forc package and return the lexed, parsed and typed programs of the dependancies and project. The final item in the returned vector is the project.