Skip over trivia tokens after re-lexing

This commit is contained in:
Micha Reiser
2025-12-10 15:05:53 +01:00
parent ff7086d9ad
commit 7d47f711c1
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 }