oxc/crates/oxc_parser
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
..
examples refactor(ast): add walk_mut functions (#2776) 2024-03-25 20:40:13 +03:30
src perf(parser): faster lexing JSX identifiers (#2557) 2024-03-18 12:06:27 +00:00
Cargo.toml ci: use cargo-shear (#2810) 2024-03-26 00:43:10 +08:00