oxc/crates
2024-05-12 19:20:38 +00:00
..
oxc
oxc_allocator
oxc_ast fix(traverse): create scope for function nested in class method (#3234) 2024-05-11 12:07:00 +00:00
oxc_ast_macros feat(transform): oxc_traverse crate (#3169) 2024-05-06 09:37:04 +08:00
oxc_cli feat(cli): add --symlinks to allow symbolic walking (#3244) 2024-05-12 05:52:23 +00:00
oxc_codegen fix(parser): correctly parse cls.fn<C> = x (#3208) 2024-05-09 10:23:45 +08:00
oxc_diagnostics refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00
oxc_index
oxc_js_regex
oxc_language_server refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00
oxc_linter feat(linter/react): add the rules_of_hooks rule. (#3071) 2024-05-12 19:20:38 +00:00
oxc_macros refactor(linter): reduce llvm lines generated by RuleEnum::read_json (#3207) 2024-05-08 21:53:06 +08:00
oxc_minifier
oxc_module_lexer
oxc_parser refactor: run fmt 2024-05-12 01:20:41 +08:00
oxc_prettier fix(parser): correctly parse cls.fn<C> = x (#3208) 2024-05-09 10:23:45 +08:00
oxc_semantic feat(linter/react): add the rules_of_hooks rule. (#3071) 2024-05-12 19:20:38 +00:00
oxc_sourcemap feat(sourcemap): add "rayon" feature (#3198) 2024-05-07 23:47:36 +08:00
oxc_span refactor(parser,diagnostic): one diagnostic struct to eliminate monomorphization of generic types (#3214) 2024-05-11 04:56:22 +00:00
oxc_syntax fix(traverse): create scope for function nested in class method (#3234) 2024-05-11 12:07:00 +00:00
oxc_transformer refactor: remove all usages of Into<Error> 2024-05-12 12:01:26 +08:00
oxc_traverse fix(traverse): allow TraverseCtx::find_ancestor closure to return AST node (#3236) 2024-05-11 12:07:06 +00:00
oxc_wasm refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00