sightline-ruff-python-trivia 0.1.0

sightline's fork of ruff_python_trivia, an internal crate of ruff and ty (astral-sh/ruff), as the sightline binary pins it
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod comment_ranges;
mod comments;
mod cursor;
mod pragmas;
pub mod textwrap;
mod tokenizer;
mod whitespace;

pub use comment_ranges::{CommentRanges, ParenthesizedExpressions, TriviaRanges};
pub use comments::*;
pub use cursor::*;
pub use pragmas::*;
pub use tokenizer::*;
pub use whitespace::*;