red-knot: Symbol table (#11860)

This commit is contained in:
Micha Reiser 2024-06-18 14:10:45 +01:00 committed by GitHub
parent 26ac805e6d
commit f666d79cd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 2153 additions and 10 deletions

View file

@ -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;