//! Module: visitor::sanitize
//! Responsibility: module-local ownership and contracts for visitor::sanitize.
//! Does not own: cross-module orchestration outside this module.
//! Boundary: exposes this module API while keeping implementation details internal.
use crate::;
///
/// SanitizeVisitor
/// Walks a tree and applies sanitization at each node.
///
pub ;