oxc/crates/oxc_traverse/src
overlookmotel a23ba71689 fix(traverse): allow TraverseCtx::find_ancestor closure to return AST node (#3236)
Add a lifetime to `TraverseCtx::find_ancestor` to allow the closure to return an AST node.
2024-05-11 12:07:06 +00:00
..
ancestor.rs refactor(ast): order AST type fields in visitation order (#3228) 2024-05-11 04:39:39 +00:00
context.rs fix(traverse): allow TraverseCtx::find_ancestor closure to return AST node (#3236) 2024-05-11 12:07:06 +00:00
lib.rs feat(traverse): add scope flags to TraverseCtx (#3229) 2024-05-11 04:39:42 +00:00
traverse.rs feat(transform): oxc_traverse crate (#3169) 2024-05-06 09:37:04 +08:00
walk.rs fix(traverse): create scope for function nested in class method (#3234) 2024-05-11 12:07:00 +00:00