Function ezno_lib::check

source ·
pub fn check<T: ReadFromFS>(
    read_from_filesystem: &T,
    input: &Path,
    type_definition_module: Option<&Path>
) -> (DiagnosticsContainer, Result<PostCheckData<EznoParser>, MapFileStore<WithPathMap>>)