oxc/crates
Wenzhe Wang 0e9104477f
feat: adjust the order of print semicolon (#1003)
Add a number of semicolons to our minifier test cases.
2023-10-16 21:33:15 +08:00
..
oxc feat(playground): add transform and minify (#993) 2023-10-14 19:49:58 +08:00
oxc_allocator chore(clippy): enable undocumented_unsafe_blocks 2023-10-16 15:18:14 +08:00
oxc_ast chore(clippy): enable undocumented_unsafe_blocks 2023-10-16 15:18:14 +08:00
oxc_cli refactor(clippy): allow struct_excessive_bools 2023-10-16 15:18:07 +08:00
oxc_codegen feat: adjust the order of print semicolon (#1003) 2023-10-16 21:33:15 +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 chore: fix spelling 2023-10-16 15:33:47 +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 chore(linter): update snapshots 2023-10-16 21:11:39 +08:00
oxc_linter_plugin feat(linter): eslint-plugin-unicorn(filename-case) (#978) 2023-10-11 15:23:17 +08:00
oxc_macros refactor(clippy): allow clippy::too_many_lines 2023-10-16 15:18:11 +08:00
oxc_minifier feat: adjust the order of print semicolon (#1003) 2023-10-16 21:33:15 +08:00
oxc_napi perf: speed tasks run by using a global allocator 2023-10-11 20:30:30 +08:00
oxc_parser chore(clippy): enable undocumented_unsafe_blocks 2023-10-16 15:18:14 +08:00
oxc_query refactor(clippy): allow clippy::too_many_lines 2023-10-16 15:18:11 +08:00
oxc_resolver chore(deps): bump the dependencies group with 5 updates (#1002) 2023-10-16 15:23:20 +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 refactor(transformer): clean up the transformer constructor code 2023-10-16 14:36:14 +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 refactor(clippy): allow struct_excessive_bools 2023-10-16 15:18:07 +08:00