oxc/crates/oxc_traverse
rzvxa 1f85f1a5f7 refactor(ast)!: revert adding span field to the BindingPattern type. (#3899)
Since this is a temporary solution in the time that we are waiting for the `#[span]` hint, And there are already other workarounds used in our `ast_codegen` I propose removing it right away - sorry in my opinion adding it in the first place was a mistake - in favor of adding an edge case in the codegen. It is better to do the refactoring in the codegen instead of the production code which people may depend on.
2024-06-25 09:43:48 +00:00
..
scripts refactor(traverse): indicate scope entry point with scope(enter_before) attr (#3882) 2024-06-24 14:12:15 +00:00
src refactor(ast)!: revert adding span field to the BindingPattern type. (#3899) 2024-06-25 09:43:48 +00:00
tests feat(traverse): pass &mut TraverseCtx to visitors (#3312) 2024-05-16 16:21:23 +00:00
build.rs fix(traverse): do not publish the build script 2024-06-08 16:31:21 +08:00
Cargo.toml chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
CHANGELOG.md Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00