mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| oxc | ||
| oxc_allocator | ||
| oxc_ast | ||
| oxc_cli | ||
| oxc_codegen | ||
| oxc_diagnostics | ||
| oxc_index | ||
| oxc_js_regex | ||
| oxc_language_server | ||
| oxc_linter | ||
| oxc_macros | ||
| oxc_minifier | ||
| oxc_module_lexer | ||
| oxc_parser | ||
| oxc_prettier | ||
| oxc_semantic | ||
| oxc_span | ||
| oxc_syntax | ||
| oxc_transformer | ||
| oxc_wasm | ||