oxc/crates/oxc_traverse/scripts
overlookmotel 421107aa82 feat(traverse): pass &mut TraverseCtx to visitors (#3312)
Pass `&mut TraverseCtx` to `Traverse::enter_*` and `Traverse::exit_*` visitor methods. Previously was immutable `&TraverseCtx`.

This is a step towards exposing mutable scope tree + symbol table to visitors.
2024-05-16 16:21:23 +00:00
..
lib feat(traverse): pass &mut TraverseCtx to visitors (#3312) 2024-05-16 16:21:23 +00:00
build.mjs feat(transform): oxc_traverse crate (#3169) 2024-05-06 09:37:04 +08:00
package.json feat(transform): oxc_traverse crate (#3169) 2024-05-06 09:37:04 +08:00