oxc/crates/oxc_traverse/scripts
overlookmotel eba5033a58 refactor(traverse): codegen ChildScopeCollector (#5119)
Codegen `ChildScopeCollector`, so that if more types have scopes added, we don't forget to add them (like the problem #5118 fixed).

The methods are in different order in the generated version, but otherwise identical to before this PR.

`visit_finally_clause` has to be added manually, as `oxc_traverse` codegen does not read or understand `#[visit(as)]` attrs.
2024-08-23 12:49:33 +00:00
..
lib refactor(traverse): codegen ChildScopeCollector (#5119) 2024-08-23 12:49:33 +00:00
build.mjs refactor(traverse): codegen ChildScopeCollector (#5119) 2024-08-23 12:49:33 +00:00
package.json