oxc/crates
2024-08-07 20:01:55 +08:00
..
oxc Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00
oxc_allocator Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00
oxc_ast feat(linter): add fixer for eslint/func_names (#4714) 2024-08-07 04:51:57 +00:00
oxc_ast_macros fix(minifier): avoid removing function declaration from KeepVar (#4722) 2024-08-07 05:09:32 +00:00
oxc_cfg Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00
oxc_codegen Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00
oxc_diagnostics Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00
oxc_index Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00
oxc_isolated_declarations refactor(ast): use correct lifetimes for name-related methods (#4712) 2024-08-07 03:53:39 +00: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 chore(linter): mark many rules as fix-pending (#4723) 2024-08-07 08:07:20 +00:00
oxc_macros perf(linter-macros): only iterate over all rules once (#4672) 2024-08-06 10:28:49 +08:00
oxc_mangler Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00
oxc_minifier refactor(minifier): move tests and files around 2024-08-07 20:01:55 +08:00
oxc_module_lexer chore(module_lexer): Fix invalid regex in test (#4683) 2024-08-06 19:26:12 +08:00
oxc_parser Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00
oxc_prettier chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
oxc_semantic feat(semantic): impl GetSpan for AstNode (#4717) 2024-08-07 03:59:38 +00:00
oxc_sourcemap Release crates v0.23.1 (#4681) 2024-08-06 16:37:29 +08:00
oxc_span feat(ast_codegen, span): process Span through ast_codegen (#4703) 2024-08-06 18:22:22 +00:00
oxc_syntax refactor(syntax, span): reduce #[cfg_attr] boilerplate in type defs (#4698) 2024-08-06 17:37:07 +00:00
oxc_transformer refactor(traverse)!: replace find_scope with ancestor_scopes returning iterator (#4693) 2024-08-06 16:02:35 +00:00
oxc_traverse refactor(traverse)!: replace find_scope with ancestor_scopes returning iterator (#4693) 2024-08-06 16:02:35 +00:00
oxc_wasm refactor(minifier): ast passes infrastructure (#4625) 2024-08-04 11:58:39 +00:00