oxc/tasks
overlookmotel 5b41eeaa9d fix(ast_tools): fix miscalculation of enum niches (#6743)
Follow-on after #5774. Correct the logic for calculating niches in enums.

It's still not quite correct - number of niches depends on how many spare discriminant "slots" there are at *start or end* of the range, not in total. But this is closer to correct than it was - we now don't take into account whether enum variant payloads have niches or not, which is not relevant.
2024-10-21 14:27:45 +00:00
..
ast_tools fix(ast_tools): fix miscalculation of enum niches (#6743) 2024-10-21 14:27:45 +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(coverage): fix compile error 2024-10-21 19:44:02 +08:00
javascript_globals perf(ast-tools): use FxHashMap over std::collections::HashMap (#5997) 2024-09-23 18:28:54 +00:00
lint_rules fix(tasks/lint_rules): sync vitest compatible rules with jest rules (#6667) 2024-10-21 10:55:17 +08:00
minsize refactor(minifier): binary operations use ConstantEvaluation (#6700) 2024-10-20 15:13:27 +00:00
prettier_conformance refactor(prettier)!: remove source_text argument from constructor (#6448) 2024-10-11 06:27:33 +00:00
rulegen feat(rulegen): add import to rulegen (#6631) 2024-10-16 17:05:40 -04:00
transform_checker feat(ast)! add source_text to Program (#6444) 2024-10-11 04:13:41 +00:00
transform_conformance chore(coverage): bump test262, babel and TypeScript (#6702) 2024-10-20 15:02:26 +00:00
website feat(website/linter): render mapped types in config docs (#6604) 2024-10-15 20:35:45 +00:00