refactor(ast): remove shared_enum_variants! macro#23952
Conversation
Merging this PR will not alter performance
Comparing Footnotes
|
|
@claude review |
Merge activity
|
6869f96 to
1115701
Compare
Remove the `shared_enum_variants!` macro from `oxc_ast` crate. Generate the same code using `ast_tools` codegen instead.
4d05d3e to
7af6a70
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Remove the `shared_enum_variants!` macro from `oxc_ast` crate. Generate the same code using `ast_tools` codegen instead.
7af6a70 to
e6d6e5a
Compare
1115701 to
6e2205f
Compare
Remove the `shared_enum_variants!` macro from `oxc_ast` crate. Generate the same code using `ast_tools` codegen instead.

Remove the
shared_enum_variants!macro fromoxc_astcrate. Generate the same code usingast_toolscodegen instead.