pub fn validate_deep(sm: &SourceMap) -> Vec<String>Expand description
Validate a source map with deep structural checks.
Performs bounds checking, segment ordering verification, source resolution, and unreferenced sources detection beyond basic JSON parsing.