oxc/tasks/benchmark/benches
Boshen 4b49cf8ce4 feat(transformer): always pass in symbols and scopes (#5087)
We no longer need to build semantic data inside the transformer.

The caller should be responsible for handling semantic data and its
errors.

The best way to achieve this in via `CompilerInterface`.

closes #3565
2024-08-22 16:06:31 +00:00
..
codegen.rs chore(benchmark): add codegen benchmark (#4207) 2024-07-11 23:58:37 +08:00
isolated_declarations.rs chore(benchmark): add isolated declarations (#4078) 2024-07-07 17:14:48 +08:00
lexer.rs refactor(bench): reuse allocator in parser + lexer benchmarks (#3053) 2024-04-22 09:03:26 +08:00
linter.rs feat(linter): eslint-plugin-vitest/no-import-node-test (#4440) 2024-07-29 13:53:42 +08:00
minifier.rs perf(minifier): only visit arrow expression after dropping console.log (#4677) 2024-08-06 04:20:41 +00:00
parser.rs refactor(bench): reuse allocator in parser + lexer benchmarks (#3053) 2024-04-22 09:03:26 +08:00
parser_napi.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
prettier.rs feat!(ast): make Trivias clonable by adding Arc (#3638) 2024-06-12 13:16:10 +08:00
semantic.rs chore(tasks/benchmark): turn on jsdoc parsing in semantic benchmark 2024-07-04 00:00:52 +08:00
sourcemap.rs feat(sourcemap): add ConcatSourceMapBuilder::from_sourcemaps (#4639) 2024-08-06 14:08:17 +08:00
transformer.rs feat(transformer): always pass in symbols and scopes (#5087) 2024-08-22 16:06:31 +00:00