pub fn check(
plan: &BuildPlan,
silent_mode: bool
) -> Result<(CompileResult<ParseProgram>, CompileAstResult)>Expand description
Compile the entire forc package and return a CompileAstResult.
pub fn check(
plan: &BuildPlan,
silent_mode: bool
) -> Result<(CompileResult<ParseProgram>, CompileAstResult)>Compile the entire forc package and return a CompileAstResult.