ruff/crates/ruff_wasm
Dhruv Manilawala 81160320de
Manual impl of Debug on Token (#11958)
## Summary

I look at the token stream a lot, not specifically in the playground but
in the terminal output and it's annoying to scroll a lot to find
specific location. Most of the information is also redundant.

The final format we end up with is: `<kind> <range> (flags = ...)` e.g.,
`String 0..4 (flags = BYTE_STRING)` where the flags part is only
populated if there are any flags set.
2024-06-22 04:18:24 +00:00
..
src Manual impl of Debug on Token (#11958) 2024-06-22 04:18:24 +00:00
tests Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
Cargo.toml Build CommentRanges outside the parser (#11792) 2024-06-09 09:55:17 +00:00