Skip to main content

compute_html_comment_ranges

Function compute_html_comment_ranges 

Source
pub fn compute_html_comment_ranges(content: &str) -> Vec<ByteRange>
Expand description

Pre-compute all HTML comment ranges in the content Returns a sorted vector of byte ranges for efficient lookup