oxc/crates
2023-10-16 09:30:04 +08:00
..
oxc feat(playground): add transform and minify (#993) 2023-10-14 19:49:58 +08:00
oxc_allocator ci: turn off doc tests because they are slow to compile and run (#961) 2023-10-07 17:01:23 +08:00
oxc_ast feat(transformer): finish 2016 exponentiation operator (#996) 2023-10-16 09:30:04 +08:00
oxc_cli chore(cli): remove cmd snapshot and building oxlint binary to speed up ci 2023-10-11 20:38:59 +08:00
oxc_codegen feat(codegen): beauty class print (#995) 2023-10-15 16:37:01 +08:00
oxc_diagnostics ci: turn off doc tests because they are slow to compile and run (#961) 2023-10-07 17:01:23 +08:00
oxc_formatter feat(codegen): implement the basics of non-minifying codegen (#987) 2023-10-13 13:34:21 +08:00
oxc_index ci: turn off doc tests because they are slow to compile and run (#961) 2023-10-07 17:01:23 +08:00
oxc_linter feat(transformer): finish 2016 exponentiation operator (#996) 2023-10-16 09:30:04 +08:00
oxc_linter_plugin feat(linter): eslint-plugin-unicorn(filename-case) (#978) 2023-10-11 15:23:17 +08:00
oxc_macros refactor(linter): less a global hashmap to reduce rule timer macro expansion (#822) 2023-09-01 10:32:17 +08:00
oxc_minifier feat(transformer): finish 2016 exponentiation operator (#996) 2023-10-16 09:30:04 +08:00
oxc_napi perf: speed tasks run by using a global allocator 2023-10-11 20:30:30 +08:00
oxc_parser refactor(ast): clean up some methods 2023-10-15 10:49:35 +08:00
oxc_query ci: turn off doc tests because they are slow to compile and run (#961) 2023-10-07 17:01:23 +08:00
oxc_resolver chore(resolver): remove accidentally committed temp files 2023-10-10 15:49:55 +08:00
oxc_semantic feat(transformer): finish 2016 exponentiation operator (#996) 2023-10-16 09:30:04 +08:00
oxc_span ci: turn off doc tests because they are slow to compile and run (#961) 2023-10-07 17:01:23 +08:00
oxc_syntax feat(semantic): check non-simple lhs expression of assignment expression (#994) 2023-10-14 23:40:10 +08:00
oxc_transformer feat(transformer): finish 2016 exponentiation operator (#996) 2023-10-16 09:30:04 +08:00
oxc_type_synthesis ci: turn off doc tests because they are slow to compile and run (#961) 2023-10-07 17:01:23 +08:00
oxc_wasm feat(transformer): finish 2016 exponentiation operator (#996) 2023-10-16 09:30:04 +08:00