oxc/crates/oxc_traverse
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
..
scripts feat(traverse): pass &mut TraverseCtx to visitors (#3312) 2024-05-16 16:21:23 +00:00
src feat(traverse): pass &mut TraverseCtx to visitors (#3312) 2024-05-16 16:21:23 +00:00
tests feat(traverse): pass &mut TraverseCtx to visitors (#3312) 2024-05-16 16:21:23 +00:00
build.rs chore(traverse): revert the build script 2024-05-15 00:07:56 +08:00
Cargo.toml refactor(traverse): Traverse produce scopes tree using Semantic (#3304) 2024-05-16 16:21:20 +00:00
CHANGELOG.md Release crates v0.13.0 2024-05-14 23:14:15 +08:00