Type Definition TokenSpan
tremor_script::lexer
type TokenSpan<'input> = Spanned<Token<'input>>;
A token with a span to indicate its location