oxc/crates/oxc_parser/examples
Ali Rezvani fc3878350f
refactor(ast): add walk_mut functions (#2776)
* move `visit` and `visit_mut` modules to a super module called `visit`
* add `walk_mut` module containing walk functions
* update `enter_node` and `leave_node` events to not pass a reference in the `VisitMut` trait
* add `AstType`, a non-referencing version of `AstKind` to use with `VisitMut` trait
* update the `VisitMut` trait's usages.
2024-03-25 20:40:13 +03:30
..
multi-thread.rs chore: Rust v1.77.0 (#2781) 2024-03-21 17:21:57 +00:00
parser.rs refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
visitor.rs refactor(ast): add walk_mut functions (#2776) 2024-03-25 20:40:13 +03:30