oxc/tasks
overlookmotel affd7685de
fix(benchmark): sourcemap benchmark properly test ConcatSourceMapBuilder (#4528)
Make 2 changes to sourcemap benchmark:

1. Move counting line breaks in output text to outside of the measured loop. This operation is reasonably expensive, and isn't part of what we're trying to measure.

2. It looks like benchmark is trying to measure concatenating 2 source maps, but `for i in 0..1` was actually only concatenating 1.
2024-07-29 11:14:40 +00:00
..
ast_codegen feat(ast): add AstKind::TSExportAssignment (#4501) 2024-07-27 04:55:02 +00:00
benchmark fix(benchmark): sourcemap benchmark properly test ConcatSourceMapBuilder (#4528) 2024-07-29 11:14:40 +00:00
common refactor(tasks): clean up test files and remove libs.txt (#4172) 2024-07-10 17:38:06 +00:00
coverage feat(codegen): align operator precedence with esbuild (#4509) 2024-07-28 11:48:51 +00:00
javascript_globals chore: turn off doctest for all [[bin]] 2024-07-14 16:55:19 +08:00
lint_rules chore(ci): now we mark both ts alias and eslint rules. (#3813) 2024-06-22 04:55:34 +00:00
minsize feat(codegen): align operator precedence with esbuild (#4509) 2024-07-28 11:48:51 +00:00
prettier_conformance perf: replace some CompactStr usages with Cows (#4377) 2024-07-20 19:19:55 +00:00
rulegen feat(linter): Add eslint-plugin-promise rules: avoid-new, no-new-statics, params-names (#4293) 2024-07-17 09:21:20 +08:00
transform_conformance fix(transformer/typescript): incorrect eliminate exports when the referenced symbol is both value and type (#4507) 2024-07-27 12:11:29 -04:00
website feat(linter): support suggestions and dangerous fixes (#4223) 2024-07-18 02:20:30 +00:00