mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:09:22 +00:00
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:
parent
9dc226be97
commit
efbf7b14b5
7 changed files with 267 additions and 15 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue