oxc/crates
ottomated e310e52ca2
feat(parser): Generate Serialize impls in ast_tools (#6404)
Beginning of #6347. Instead of using serde-derive, we generate
`Serialize` impls manually.

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: overlookmotel <theoverlookmotel@gmail.com>
2024-10-19 09:38:44 +01:00
..
oxc refactor(codegen)!: remove Codegen::enableSourceMap API (#6452) 2024-10-12 04:56:43 +00:00
oxc_allocator docs(allocator): clarify docs for Box (#6625) 2024-10-16 15:35:53 +00:00
oxc_ast feat(parser): Generate Serialize impls in ast_tools (#6404) 2024-10-19 09:38:44 +01:00
oxc_ast_macros feat(parser): Generate Serialize impls in ast_tools (#6404) 2024-10-19 09:38:44 +01:00
oxc_cfg release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_codegen refactor(minifier): use constant folding unary expression from oxc_ecmascript (#6647) 2024-10-17 15:30:38 +00:00
oxc_data_structures docs(data-structures): enable lint warnings on missing docs, and add missing doc comments (#6612) 2024-10-15 22:50:47 +00:00
oxc_diagnostics release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_ecmascript refactor(minifier): use constant folding unary expression from oxc_ecmascript (#6647) 2024-10-17 15:30:38 +00:00
oxc_estree feat(parser): Generate Serialize impls in ast_tools (#6404) 2024-10-19 09:38:44 +01:00
oxc_index release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_isolated_declarations fix(isolated_declarations): fix potential memory leak (#6622) 2024-10-16 15:05:54 +00:00
oxc_language_server refactor(oxc): remove useless allocator.alloc(program) calls (#6571) 2024-10-15 02:21:20 +00:00
oxc_linter fix(linter/no-cond-assign): false positive when assignment is in body statement (#6665) 2024-10-19 03:17:08 +00:00
oxc_macros refactor(macros): clean up declare_oxc_secret (#5937) 2024-10-16 20:10:10 +00:00
oxc_mangler feat(ast)! add source_text to Program (#6444) 2024-10-11 04:13:41 +00:00
oxc_minifier refactor(minifier): use constant folding unary expression from oxc_ecmascript (#6647) 2024-10-17 15:30:38 +00:00
oxc_module_lexer chore(oxc): rename crate oxc_syntax_operations to oxc_ecmascript (#6469) 2024-10-12 08:34:42 +00:00
oxc_parser chore(parser): enable lint warnings on missing docs (#6608) 2024-10-15 21:51:41 +00:00
oxc_prettier refactor(prettier)!: remove source_text argument from constructor (#6448) 2024-10-11 06:27:33 +00:00
oxc_regular_expression feat(parser): Generate Serialize impls in ast_tools (#6404) 2024-10-19 09:38:44 +01:00
oxc_semantic feat(parser): Generate Serialize impls in ast_tools (#6404) 2024-10-19 09:38:44 +01:00
oxc_sourcemap release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_span feat(parser): Generate Serialize impls in ast_tools (#6404) 2024-10-19 09:38:44 +01:00
oxc_syntax feat(parser): Generate Serialize impls in ast_tools (#6404) 2024-10-19 09:38:44 +01:00
oxc_transformer style(transformer): re-order dependencies (#6659) 2024-10-18 14:41:36 +00:00
oxc_traverse perf(traverse): optimize TraverseScoping::generate_uid_name (#6663) 2024-10-18 15:43:47 +00:00
oxc_wasm chore(semantic, wasm): re-order dependencies in Cargo.toml files (#6657) 2024-10-18 13:40:37 +00:00