red-knot: Port module resolver to salsa (#11835)

This commit is contained in:
Micha Reiser 2024-06-18 13:11:58 +01:00 committed by GitHub
parent 98b13b9844
commit 26ac805e6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1953 additions and 36 deletions

View file

@ -7,6 +7,8 @@ mod db;
mod definition;
mod globals;
mod model;
#[cfg(feature = "red_knot")]
pub mod module;
mod nodes;
mod reference;
mod scope;