mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:09:22 +00:00
red-knot: Port module resolver to salsa (#11835)
This commit is contained in:
parent
98b13b9844
commit
26ac805e6d
13 changed files with 1953 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue