mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
refactor(traverse): reorder imports (#7264)
This commit is contained in:
parent
9c91151603
commit
7a4872818e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue