mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-08 01:20:29 +00:00
[ty] Split ScopedPlaceId
into ScopedSymbolId
and ScopedMemberId
(#19497)
This commit is contained in:
parent
f722bfa9e6
commit
b033fb6bfd
30 changed files with 2454 additions and 1647 deletions
|
@ -6,7 +6,7 @@ use ruff_text_size::{Ranged, TextRange};
|
|||
use crate::Db;
|
||||
use crate::ast_node_ref::AstNodeRef;
|
||||
use crate::semantic_index::expression::Expression;
|
||||
use crate::semantic_index::place::{FileScopeId, ScopeId};
|
||||
use crate::semantic_index::scope::{FileScopeId, ScopeId};
|
||||
|
||||
/// This ingredient represents a single unpacking.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue