mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
[red-knot]: Add a VendoredFileSystem implementation (#11863)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
f666d79cd7
commit
1d73d60bd3
10 changed files with 582 additions and 172 deletions
|
@ -8,9 +8,11 @@ use crate::parsed::parsed_module;
|
|||
use crate::source::{line_index, source_text};
|
||||
use crate::vfs::{Vfs, VfsFile};
|
||||
|
||||
mod file_revision;
|
||||
pub mod file_system;
|
||||
pub mod parsed;
|
||||
pub mod source;
|
||||
pub mod vendored;
|
||||
pub mod vfs;
|
||||
|
||||
pub(crate) type FxDashMap<K, V> = dashmap::DashMap<K, V, BuildHasherDefault<FxHasher>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue