pub fn generate_debug_id(content: &Rope) -> RcStr
Expand description
Generate a deterministic debug ID from content using hash-based UUID generation
This follows the TC39 debug ID proposal by generating UUIDs that are deterministic based on the content, ensuring reproducible builds while maintaining uniqueness. Uses xxHash3-128 for fast, stable, and collision-resistant hashing.