swc-project
swc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Create large-waves-clean.md
CPunisher:11-20-fix/plugin-manual-tokio-runtime
41 minutes ago
fix(es/plugin): use `#[cfg]` to avoid compilation error (#11316) **Description:** https://github.com/swc-project/swc/pull/11267 introduced this mistake. - `SHARED_RUNTIME.block_on(fut)` is enabled with`#[cfg(feature = "plugin")]` - `SHARED_RUNTIME` is enabled with `#[cfg(all(feature = "plugin", not(feature = "manual-tokio-runtime")))]` - If both features are enabled, the compiler goes failed. The problem is that cfg! doesn't remove the code actually. `#[cfg]` is needed here
main
41 minutes ago
Fix
CPunisher:11-20-fix/plugin-manual-tokio-runtime
44 minutes ago
use #[cfg]
CPunisher:11-20-fix/plugin-manual-tokio-runtime
49 minutes ago
fix ci?
kdy1/parser-byte-byte
11 hours ago
fix(es/codegen): Emit comments of all nodes (#11314) **Description:** We want to emit all comments, but at the same time, we don't want `Module` or `Script` to take the comment of a statement.
main
11 hours ago
Update test refs
kdy1/cmt-real-fix
12 hours ago
Update test refs
kdy1/cmt-real-fix
12 hours ago
Active Branches
perf(parser): Make all parsers work by byte instead of char
last run
11 hours ago
#11301
CodSpeed Performance Gauge
-3%
perf(es/compat): Merge `optional_catch_binding`
last run
12 hours ago
#11313
CodSpeed Performance Gauge
0%
perf(es/compat): Merge `object_rest_spread`
last run
12 hours ago
#11312
CodSpeed Performance Gauge
-6%
Ā© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs