We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Scoping::references
1 parent 3c6f140 commit b0d979dCopy full SHA for b0d979d
crates/oxc_semantic/src/scoping.rs
@@ -42,7 +42,7 @@ pub struct Scoping {
42
pub(crate) symbol_declarations: IndexVec<SymbolId, NodeId>,
43
symbol_redeclarations: IndexVec<SymbolId, Option<RedeclarationId>>,
44
45
- pub references: IndexVec<ReferenceId, Reference>,
+ pub(crate) references: IndexVec<ReferenceId, Reference>,
46
47
/// Function or Variable Symbol IDs that are marked with `@__NO_SIDE_EFFECTS__`.
48
pub(crate) no_side_effects: FxHashSet<SymbolId>,
0 commit comments