pub use *;
pub use *;
pub type CompileResult<T> = ;
/// Parses a schema without running semantic validation.
///
/// Editors can use this to report every semantic issue in a syntactically valid
/// document instead of stopping at the compiler's first validation error.