red-knot[salsa part 2]: Setup semantic DB and Jar (#11837)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Micha Reiser 2024-06-13 08:00:51 +01:00 committed by GitHub
parent 9dc226be97
commit efbf7b14b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 267 additions and 15 deletions

View file

@ -2,6 +2,8 @@ pub mod analyze;
mod binding;
mod branches;
mod context;
#[cfg(feature = "red_knot")]
mod db;
mod definition;
mod globals;
mod model;
@ -20,3 +22,6 @@ pub use nodes::*;
pub use reference::*;
pub use scope::*;
pub use star_import::*;
#[cfg(feature = "red_knot")]
pub use db::{Db, Jar};