oxc/tasks/ast_codegen
rzvxa aa585d31e1
fix(ast_codegen, ast): visit ExpressionArrayElement as Expression. (#4061)
hotfix for #4060

I just added an edge case, We can come back to it later on and make it a
standard in our codegen.

The diff is big because it causes the code to reorder, The edge case
generated code doesn't follow the order in which they are defined in the
source of truth(eg `js.rs`)
2024-07-06 00:29:36 +08:00
..
src fix(ast_codegen, ast): visit ExpressionArrayElement as Expression. (#4061) 2024-07-06 00:29:36 +08:00
Cargo.toml feat(ast_codegen): add visit generator (#3954) 2024-07-02 10:18:45 +00:00