Skip to content

Commit

Permalink
fix missing Ancestor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Aug 13, 2024
1 parent 5f391fd commit 6e3e870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_transformer/src/react/refresh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use oxc_ast::{
use oxc_semantic::{ReferenceFlag, ScopeFlags, ScopeId, SymbolFlags, SymbolId};
use oxc_span::{Atom, GetSpan, Span, SPAN};
use oxc_syntax::operator::AssignmentOperator;
use oxc_traverse::TraverseCtx;
use oxc_traverse::{Ancestor, TraverseCtx};

use super::options::ReactRefreshOptions;

Expand Down

0 comments on commit 6e3e870

Please sign in to comment.