oxc/tasks/benchmark/benches
IWANABETHATGUY 0cdb45a1ff
feat(oxc_codegen): preserve annotate comment (#3465)
1. Copy tests from
efa3dd2d8e/internal/bundler_tests/bundler_dce_test.go (L3833-L3971)
2. Add option to preserve annotate comment like `/* #__NO_SIDE_EFFECTS__
*/` and `/* #__PURE__ */`
2024-05-30 15:25:23 +08:00
..
codegen_sourcemap.rs feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
lexer.rs refactor(bench): reuse allocator in parser + lexer benchmarks (#3053) 2024-04-22 09:03:26 +08:00
linter.rs ci: build each benchmark only with deps it needs (#3221) 2024-05-10 22:01:24 +08:00
minifier.rs chore(benchmark): remove custom allocators because they are flaky (#2004) 2024-01-12 16:05:47 +08:00
parser.rs refactor(bench): reuse allocator in parser + lexer benchmarks (#3053) 2024-04-22 09:03:26 +08:00
parser_napi.rs feat(tasks): benchmark NodeJS parser (#2770) 2024-03-20 05:06:09 +00:00
prettier.rs refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
semantic.rs chore(benchmark): remove custom allocators because they are flaky (#2004) 2024-01-12 16:05:47 +08:00
sourcemap.rs feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
transformer.rs refactor(transformer): remove the requirement of Semantic (#3140) 2024-04-30 12:48:21 +08:00