oxc/crates
2023-06-28 00:26:47 +08:00
..
oxc_allocator chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
oxc_ast Implement GetSpan for JSXChild (#487) 2023-06-28 00:26:47 +08:00
oxc_ast_lower feat(minifier): try reduce void (#457) 2023-06-23 00:10:46 +08:00
oxc_cli fix(cli): change "Found X errors" to "Found X warnings" 2023-06-27 23:48:26 +08:00
oxc_diagnostics chore: bump deps (#311) 2023-04-22 22:09:53 +08:00
oxc_formatter refactor(ast): s/ArrowFunctionExpression/ArrowExpression 2023-05-28 22:40:16 +08:00
oxc_hir feat(minifier): fold string string comparison (#471) 2023-06-26 22:37:50 +08:00
oxc_index refactor(index): use static_assertions 2023-05-24 22:53:11 +08:00
oxc_linter fix(linter): fix false postive for constructor_super with empty body 2023-06-27 22:23:30 +08:00
oxc_macros feat(linter): print plugin names for --rules 2023-06-25 22:47:58 +08:00
oxc_minifier feat(minifier): implement try_fold_shift (#478) 2023-06-27 04:44:23 +08:00
oxc_napi refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +08:00
oxc_parser feat: handle UnaryOpsWithBigInt (#475) 2023-06-25 22:37:36 +08:00
oxc_semantic refactor(semantic): use std::cell:OnceCell instead of the crate version 2023-06-26 21:48:55 +08:00
oxc_span chore(minifier) Explain use of base 54/64 in mangler (#445) 2023-06-15 10:58:40 +08:00
oxc_syntax feat: add eslint no-setter-return rule (#434) 2023-06-24 22:08:41 +08:00
oxc_type_synthesis Update to latest Ezno checker and more (#463) 2023-06-21 08:09:41 +08:00
oxc_wasm feat(playground): Add IR view to playground (#467) 2023-06-21 22:35:55 +08:00