oxc/crates
2024-08-15 17:30:33 -04:00
..
oxc Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_allocator refactor(allocator, ast, span, ast_tools): use allocator as var name for Allocator (#4900) 2024-08-15 10:49:11 +00:00
oxc_ast refactor(ast, isolated_declarations, transformer): mark AstBuilder::copy as an unsafe function (#4907) 2024-08-15 16:22:43 +01:00
oxc_ast_macros docs(ast, ast_macros, ast_tools): better documentation for Ast helper attributes. (#4856) 2024-08-15 11:32:36 +00:00
oxc_cfg Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_codegen feat(oxc_codegen): support generate range leading comments (#4898) 2024-08-15 04:20:48 +00:00
oxc_diagnostics Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_index refactor(index): shorten code and correct comment (#4905) 2024-08-14 17:55:25 +00:00
oxc_isolated_declarations fix(isolated_declarations): Always emit module declarations that perform augmentation (#4919) 2024-08-16 00:39:28 +08:00
oxc_js_regex
oxc_language_server refactor(linter): use diagnostic codes in lint rules (#4349) 2024-07-20 03:35:00 +00:00
oxc_linter fix(linter/no-unused-vars): panic in fixer when removing destructures (#4923) 2024-08-15 17:30:33 -04:00
oxc_macros chore(linter): update docs for declare_oxc_lint! (#4825) 2024-08-11 15:27:54 +00:00
oxc_mangler Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_minifier fix(minifier): do not fold 0 && (module.exports = {}) for cjs-module-lexer (#4878) 2024-08-13 12:54:59 +00:00
oxc_module_lexer Release crates v0.24.2 (#4841) 2024-08-12 16:02:07 +08:00
oxc_parser fix(codegen): minify large numbers (#4889) 2024-08-14 06:52:17 +00:00
oxc_prettier
oxc_semantic refactor(semantic): make SemanticBuilder opaque (#4851) 2024-08-14 08:15:20 +00:00
oxc_sourcemap refactor(sourcemap): lower the msrv. (#4873) 2024-08-13 10:52:34 +00:00
oxc_span refactor(allocator, ast, span, ast_tools): use allocator as var name for Allocator (#4900) 2024-08-15 10:49:11 +00:00
oxc_syntax refactor(syntax): inline trivial bitflags methods (#4877) 2024-08-13 12:43:09 +00:00
oxc_transformer feat(transformer): support react fast refresh (#4587) 2024-08-15 16:41:30 +00:00
oxc_traverse feat(traverse): support clone_identifier_reference method in TraverseCtx (#4880) 2024-08-15 12:02:47 +00:00
oxc_wasm refactor(minifier): ast passes infrastructure (#4625) 2024-08-04 11:58:39 +00:00