oxc/crates
2023-12-29 12:18:59 +08:00
..
oxc Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_allocator Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_ast feat(linter) eslint plugin unicorn: prefer modern math apis (#1620) 2023-12-28 22:04:47 +08:00
oxc_cli fix(cli) skip run lint when --rules is passed (#1747) 2023-12-20 12:24:45 +08:00
oxc_codegen Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_diagnostics feat(linter) Parse eslint configuration (#1146) 2023-12-14 16:29:27 +08:00
oxc_formatter Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_index Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_js_regex Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
oxc_language_server refactor(linter): extract common code (#1848) 2023-12-28 14:43:47 +08:00
oxc_linter feat(linter) eslint plugin unicorn: prefer modern math apis (#1620) 2023-12-28 22:04:47 +08:00
oxc_linter_plugin chore(deps): bump the dependencies group with 5 updates (#1808) 2023-12-25 15:17:47 +08:00
oxc_macros feat(linter): add a perf category (#1625) 2023-12-04 17:31:34 +08:00
oxc_minifier Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_parser Remove redundant code from lexer (#1850) 2023-12-29 10:07:21 +08:00
oxc_prettier fix(prettier) add missing closing brace for dock debug (#1786) 2023-12-23 10:59:13 +08:00
oxc_query feat(query): Add is_getter, is_setter, is_constructor to all Function implementors (#1526) 2023-11-27 12:22:41 +08:00
oxc_semantic perf(semantic): just need to find the AstKind::FormalParameter in is_in_formal_parameters (#1852) 2023-12-29 12:18:59 +08:00
oxc_span Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_syntax feat(semantic): improve check super implementation, reduce access nodes (#1827) 2023-12-27 22:36:28 +08:00
oxc_transformer feat(transformer): add partial support for babel-plugin-transform-instanceof (#1802) 2023-12-25 15:06:41 +08:00
oxc_type_synthesis refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_wasm feat(linter): add jsx-a11y settings (#1668) 2023-12-16 13:45:14 +08:00