oxc/crates
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
..
oxc Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_allocator Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_ast fix(ast_codegen, ast): visit ExpressionArrayElement as Expression. (#4061) 2024-07-06 00:29:36 +08:00
oxc_ast_macros Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_cfg Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_codegen Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_diagnostics Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_index Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_isolated_declarations Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_js_regex chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_language_server refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
oxc_linter feat(linter): add rule no-undefined (#4041) 2024-07-04 23:50:46 -04:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier chore(minifier): add dce example 2024-07-05 16:23:51 +08:00
oxc_module_lexer Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_parser Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_prettier feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
oxc_semantic Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_sourcemap Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_span Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_syntax Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_transformer Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_traverse Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00