oxc/crates
Boshen 559baa5602
docs(parser): clean up doc regarding performance; remove conformance
conformance is removed due to needing to keep it updated.
2024-08-12 14:02:09 +08:00
..
oxc Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_allocator feat(allocator): introduce Address (#4810) 2024-08-11 03:31:45 +00:00
oxc_ast refactor(linter): clean up jsx-a11y/anchor-is-valid (#4831) 2024-08-12 01:11:54 +00:00
oxc_ast_macros refactor(ast, ast_codegen): CloneIn implementations now initialize semantic related cells with Default value. (#4819) 2024-08-11 19:10:56 +00:00
oxc_cfg Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_codegen Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_diagnostics Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_index Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_isolated_declarations Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_js_regex
oxc_language_server
oxc_linter Release oxlint v0.7.1 (#4835) 2024-08-12 13:36:37 +08: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.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_minifier perf(minifier): InjectGlobalVariables only add to replaced_dot_defines once for each (#4803) 2024-08-10 13:46:15 +00:00
oxc_module_lexer Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_parser docs(parser): clean up doc regarding performance; remove conformance 2024-08-12 14:02:09 +08:00
oxc_prettier
oxc_semantic Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_sourcemap Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_span refactor(linter): clean up jsx-a11y/anchor-is-valid (#4831) 2024-08-12 01:11:54 +00:00
oxc_syntax Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_transformer fix(transformer/typescript): generated assignment for constructor arguments with access modifiers should be injected to the top of the constructor (#4808) 2024-08-10 11:21:45 +00:00
oxc_traverse Release crates v0.24.1 (#4798) 2024-08-10 15:26:40 +08:00
oxc_wasm