Skip over trivia tokens after re-lexing (#21895)

This commit is contained in:
Micha Reiser
2025-12-11 11:45:18 +01:00
committed by GitHub
parent 5c320990f7
commit aa27925e87
9 changed files with 373 additions and 33 deletions

View File

@@ -35,6 +35,7 @@ ruff_source_file = { workspace = true }
anyhow = { workspace = true }
insta = { workspace = true, features = ["glob"] }
itertools = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
walkdir = { workspace = true }