pub type ScannerPreprocessedText = PreprocessedText;Aliased Type§
pub struct ScannerPreprocessedText {
pub text: String,
pub original_end: usize,
pub mappings: Vec<LineMapping>,
}Fields§
§text: StringOriginal text plus appended multiline-joined segments.
original_end: usizeByte offset where appended joined segments start.
mappings: Vec<LineMapping>Mapping from offsets in text to original line numbers.