Skip to content

Commit

Permalink
refactor(traverse): reorder imports (#7264)
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel authored and Dunqing committed Nov 18, 2024
1 parent 9b0fdb3 commit db4acd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_traverse/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ use crate::{

mod ancestry;
mod bound_identifier;
mod scoping;
use ancestry::PopToken;
pub use ancestry::TraverseAncestry;
pub use bound_identifier::BoundIdentifier;
mod scoping;
pub use scoping::TraverseScoping;

/// Traverse context.
Expand Down

0 comments on commit db4acd7

Please sign in to comment.