Skip to content

Commit

Permalink
refactor(ast): add walk functions to Visit trait. (oxc-project#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa authored Mar 25, 2024
1 parent b28b617 commit 198eea0
Show file tree
Hide file tree
Showing 4 changed files with 2,278 additions and 1,251 deletions.
2 changes: 1 addition & 1 deletion crates/oxc_ast/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub use crate::{
ast_builder::AstBuilder,
ast_kind::{AstKind, AstType},
trivia::{Comment, CommentKind, Trivias, TriviasMap},
visit::Visit,
visit::{walk, Visit},
visit_mut::VisitMut,
};

Expand Down
Loading

0 comments on commit 198eea0

Please sign in to comment.