oxc/crates
2023-06-21 13:58:26 +08:00
..
oxc_allocator chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
oxc_ast feat(parser): parse TypeScript this function parameter (#464) 2023-06-20 21:56:28 +08:00
oxc_ast_lower feat(ast_lower): mark assignment target identifiers as ReferenceFlag::Write 2023-06-20 22:12:16 +08:00
oxc_cli Update to latest Ezno checker and more (#463) 2023-06-21 08:09:41 +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): port undefined_comparison1 (#458) 2023-06-20 22:25:28 +08:00
oxc_index refactor(index): use static_assertions 2023-05-24 22:53:11 +08:00
oxc_linter refactor(linter): remove unwrap from bad_comparison_sequence 2023-06-21 13:58:26 +08:00
oxc_macros refactor(semantic): merge semantic2 crate into semantic crate (#460) 2023-06-19 20:20:59 +08:00
oxc_minifier feat(minifier): port undefined_comparison1 (#458) 2023-06-20 22:25:28 +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(parser): parse TypeScript this function parameter (#464) 2023-06-20 21:56:28 +08:00
oxc_semantic perf(semantic): use IndexVec instead of indextree for ast nodes (#462) 2023-06-20 15:21:58 +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 refactor(semantic): merge semantic2 crate into semantic crate (#460) 2023-06-19 20:20:59 +08:00
oxc_type_synthesis Update to latest Ezno checker and more (#463) 2023-06-21 08:09:41 +08:00
oxc_wasm Update to latest Ezno checker and more (#463) 2023-06-21 08:09:41 +08:00