mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 05:44:56 +00:00
red-knot: Symbol table (#11860)
This commit is contained in:
parent
26ac805e6d
commit
f666d79cd7
14 changed files with 2153 additions and 10 deletions
|
@ -21,9 +21,11 @@ ruff_text_size = { workspace = true }
|
|||
bitflags = { workspace = true }
|
||||
is-macro = { workspace = true }
|
||||
salsa = { workspace = true, optional = true }
|
||||
smol_str = { workspace = true, optional = true }
|
||||
smallvec = { workspace = true, optional = true }
|
||||
smol_str = { workspace = true }
|
||||
tracing = { workspace = true, optional = true }
|
||||
rustc-hash = { workspace = true }
|
||||
hashbrown = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = { workspace = true }
|
||||
|
@ -34,4 +36,4 @@ tempfile = { workspace = true }
|
|||
workspace = true
|
||||
|
||||
[features]
|
||||
red_knot = ["dep:salsa", "dep:smol_str", "dep:tracing"]
|
||||
red_knot = ["dep:salsa", "dep:tracing", "dep:hashbrown", "dep:smallvec"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue