mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:09:22 +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
|
@ -9,7 +9,10 @@ mod globals;
|
|||
mod model;
|
||||
#[cfg(feature = "red_knot")]
|
||||
pub mod module;
|
||||
pub mod name;
|
||||
mod nodes;
|
||||
#[cfg(feature = "red_knot")]
|
||||
pub mod red_knot;
|
||||
mod reference;
|
||||
mod scope;
|
||||
mod star_import;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue