oxc/crates/oxc_traverse/scripts/lib
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
..
ancestor.mjs refactor(ast): store ScopeId in AST nodes (#3302) 2024-05-16 16:21:17 +00:00
parse.mjs refactor(traverse): simplify build script (#3231) 2024-05-11 09:03:16 +01:00
traverse.mjs feat(traverse): pass &mut TraverseCtx to visitors (#3312) 2024-05-16 16:21:23 +00:00
utils.mjs refactor(traverse): simplify build script (#3231) 2024-05-11 09:03:16 +01:00
walk.mjs refactor(traverse): Traverse produce scopes tree using Semantic (#3304) 2024-05-16 16:21:20 +00:00