oxc/crates/oxc_traverse
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
..
scripts refactor(traverse): simplify build script (#3231) 2024-05-11 09:03:16 +01:00
src fix(traverse): allow TraverseCtx::find_ancestor closure to return AST node (#3236) 2024-05-11 12:07:06 +00:00
tests feat(transform): oxc_traverse crate (#3169) 2024-05-06 09:37:04 +08:00
build.rs feat(transform): oxc_traverse crate (#3169) 2024-05-06 09:37:04 +08:00
Cargo.toml feat(transform): oxc_traverse crate (#3169) 2024-05-06 09:37:04 +08:00