//! Lazy validation wrapper around ass-core's ScriptAnalysis
//!
//! Provides on-demand validation and linting for editor documents,
//! wrapping ass-core's analysis capabilities with caching and
//! incremental update support for better editor performance.
pub use ValidatorConfig;
pub use ;
pub use LazyValidator;
pub use ValidationResult;