mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
Pure refactor. Use `bench_function` instead of `bench_with_input` and just borrow data from outside closure. This shortens the code and (I think) makes it easier to read. |
||
|---|---|---|
| .. | ||
| codegen.rs | ||
| isolated_declarations.rs | ||
| lexer.rs | ||
| linter.rs | ||
| minifier.rs | ||
| parser.rs | ||
| parser_napi.rs | ||
| prettier.rs | ||
| semantic.rs | ||
| transformer.rs | ||