pub(crate) fn trimmed_text_range(
source_file: &SourceFile,
initial_range: TextRange,
) -> TextRangeExpand description
Trim(remove leading and trailing whitespace) initial_range in source_file, return the trimmed range.
pub(crate) fn trimmed_text_range(
source_file: &SourceFile,
initial_range: TextRange,
) -> TextRangeTrim(remove leading and trailing whitespace) initial_range in source_file, return the trimmed range.