Skip to content

Commit

Permalink
improvement(ast): generate visit_mut.rs. (#4007)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jul 2, 2024
1 parent 272df6e commit cd1e9bd
Show file tree
Hide file tree
Showing 9 changed files with 4,402 additions and 3,374 deletions.
226 changes: 113 additions & 113 deletions crates/oxc_ast/src/generated/visit.rs

Large diffs are not rendered by default.

4,276 changes: 4,276 additions & 0 deletions crates/oxc_ast/src/generated/visit_mut.rs

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions crates/oxc_ast/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ mod generated {
pub mod ast_kind;
pub mod span;
pub mod visit;
pub mod visit_mut;
}

pub mod visit {
mod visit_mut;

pub use crate::generated::visit::*;
pub use visit_mut::*;
pub use crate::generated::visit_mut::*;
}

pub use generated::ast_kind;
Expand Down
Loading

0 comments on commit cd1e9bd

Please sign in to comment.