mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-23 03:45:14 +00:00
Remove parser dependency from ruff-python-ast (#6096)
This commit is contained in:
parent
99127243f4
commit
2cf00fee96
658 changed files with 1714 additions and 1546 deletions
5
crates/ruff_python_index/src/lib.rs
Normal file
5
crates/ruff_python_index/src/lib.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod comment_ranges;
|
||||
mod indexer;
|
||||
|
||||
pub use comment_ranges::{CommentRanges, CommentRangesBuilder};
|
||||
pub use indexer::Indexer;
|
Loading…
Add table
Add a link
Reference in a new issue