oxc/crates/oxc_ast/src
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
..
ast feat(ast_codegen): introduce the #[span] hint. (#4012) 2024-07-02 10:18:58 +00:00
ast_impl fix(isolated-declarations): method following an abstract method gets dropped (#4024) 2024-07-02 13:47:26 +00:00
generated fix(ast_codegen, ast): visit ExpressionArrayElement as Expression. (#4061) 2024-07-06 00:29:36 +08:00
syntax_directed_operations chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
ast_builder.rs refactor(ast): reorder fields to reflect their visit order. (#3994) 2024-07-01 16:10:19 +00:00
ast_kind_impl.rs feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
lib.rs refactor(ast)!: store trivia comments in a sorted slice (#4045) 2024-07-04 01:57:36 +08:00
precedence.rs fix(codegen): improve typescript codegen (#3708) 2024-06-17 09:34:54 +00:00
serialize.rs refactor(ast): refactor custom Serialize impls (#3859) 2024-06-24 02:31:59 +00:00
trivia.rs refactor(ast)!: store trivia comments in a sorted slice (#4045) 2024-07-04 01:57:36 +08:00