oxc/crates
Arnaud Barré 6d5ec6dedd
fix(ast): few serialization issues (#2522)
A few more I missed in #2506. Re #2463.

Only remaining snake_case in the current types of the AST:
`trailing_comma` in ArrayExpression, ObjectExpression &
ArrayAssignmentTarget.
2024-02-27 13:04:13 +08:00
..
oxc Publish crates v0.8.0 2024-02-26 19:01:51 +08:00
oxc_allocator Publish crates v0.8.0 2024-02-26 19:01:51 +08:00
oxc_ast fix(ast): few serialization issues (#2522) 2024-02-27 13:04:13 +08:00
oxc_cli feat(diagnostics): implement json reporter (#2452) 2024-02-20 15:33:28 +08:00
oxc_codegen [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
oxc_diagnostics Publish crates v0.8.0 2024-02-26 19:01:51 +08:00
oxc_index Publish crates v0.8.0 2024-02-26 19:01:51 +08:00
oxc_js_regex [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
oxc_language_server fix(vscode): incorrect diagnostic position (#2461) 2024-02-21 12:11:16 +08:00
oxc_linter chore: fix clippy warnings (#2519) 2024-02-26 23:55:18 +08:00
oxc_macros feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_minifier [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
oxc_parser chore: fix clippy warnings (#2519) 2024-02-26 23:55:18 +08:00
oxc_prettier [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
oxc_semantic refactor: replace InlinableString with CompactString for Atom (#2517) 2024-02-26 23:11:46 +08:00
oxc_span chore: fix clippy warnings (#2519) 2024-02-26 23:55:18 +08:00
oxc_syntax [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
oxc_transformer chore: fix clippy warnings (#2519) 2024-02-26 23:55:18 +08:00
oxc_wasm Support file type in playground (#2520) 2024-02-27 12:54:38 +08:00