oxc/tasks
DonIsaac d4cb7e6f58 fix(website/linter): better md rendering for primitive arrays (#6602)
Improves how config docs are rendered for the website. If a config property is an array of primitive values, we now skip subsection rendering and render a better type, e.g. `string[]` instead of `array`.
2024-10-15 20:35:45 +00:00
..
ast_tools feat(ast)!: add Program::comments (#6445) 2024-10-11 04:47:36 +00:00
benchmark ci(benchmark): add small test file to linter benchmark (#6572) 2024-10-15 02:37:22 +00:00
common perf(rust): use cow_utils instead (#5664) 2024-09-11 18:39:30 +08:00
coverage fix(regular_expression): Fixed control Y regular expression (#6524) 2024-10-14 11:19:37 +08:00
javascript_globals perf(ast-tools): use FxHashMap over std::collections::HashMap (#5997) 2024-09-23 18:28:54 +00:00
lint_rules chore: use dprint to format js, json and markdown 2024-09-08 13:24:58 +08:00
minsize fix(minifier): ~~ operator should only work on numbers (#6598) 2024-10-15 16:37:00 +00:00
prettier_conformance refactor(prettier)!: remove source_text argument from constructor (#6448) 2024-10-11 06:27:33 +00:00
rulegen refactor(oxc): remove useless allocator.alloc(program) calls (#6571) 2024-10-15 02:21:20 +00:00
transform_checker feat(ast)! add source_text to Program (#6444) 2024-10-11 04:13:41 +00:00
transform_conformance feat(transformer): async-to-generator plugin. (#5590) 2024-10-14 17:16:58 +08:00
website fix(website/linter): better md rendering for primitive arrays (#6602) 2024-10-15 20:35:45 +00:00