Function lex_source

Source
pub fn lex_source(
    source: &str,
    sender: &mut impl TokenSender<CSSToken, Span>,
    source_id: SourceId,
    start_offset: Option<usize>,
) -> Result<(), ParseError>
Expand description

Lexes the source returning CSSToken sequence byte_offset marks spans