oxc/crates
2024-10-17 14:41:02 +00: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(minifier): finish implementing folding array expressions (#6575) 2024-10-15 15:43:09 +00:00
oxc_ast_macros release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_cfg release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_codegen feat(codegen): print negative numbers (#6624) 2024-10-16 22:38:54 +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 feat(minifier): finish implementing folding object expressions (#6586) 2024-10-15 15:51:34 +00: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 perf(linter/no-unescaped-entities): add fast path to check if char should be replaced (#6594) 2024-10-16 19:59:30 +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 feat(codegen): print negative numbers (#6624) 2024-10-16 22:38:54 +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 fix(regular_expression): Fixed control Y regular expression (#6524) 2024-10-14 11:19:37 +08:00
oxc_semantic refactor(oxc): remove useless allocator.alloc(program) calls (#6571) 2024-10-15 02:21:20 +00:00
oxc_sourcemap release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
oxc_span docs(span): enable lint warnings on missing docs (#6617) 2024-10-15 23:55:49 +00:00
oxc_syntax fix(transformer): Correctly trim JSX (#6639) 2024-10-17 14:41:02 +00:00
oxc_transformer fix(transformer): Correctly trim JSX (#6639) 2024-10-17 14:41:02 +00:00
oxc_traverse chore(oxc): rename crate oxc_syntax_operations to oxc_ecmascript (#6469) 2024-10-12 08:34:42 +00:00
oxc_wasm chore(deps): update rust crates (#6542) 2024-10-14 03:14:15 +00:00