oxc/crates/oxc_traverse
overlookmotel 4208733180 refactor(ast): order AST type fields in visitation order (#3228)
Reorder the fields in a couple of AST types.

`walk_*` functions in `oxc_traverse` visit the fields in the order they appear in AST. So this change means that decorators are visited before classes and methods that they decorate.
2024-05-11 04:39:39 +00:00
..
scripts refactor(transform): retag_stack use AncestorType (#3173) 2024-05-06 18:53:41 +01:00
src refactor(ast): order AST type fields in visitation order (#3228) 2024-05-11 04:39:39 +00:00
tests
build.rs
Cargo.toml