Cargo Features

[dependencies]
swc_parallel = { version = "1.2.0", default-features = false, features = ["parallel", "concurrent", "indexmap"] }
default = parallel

The parallel feature is set by default whenever swc_parallel is added without default-features = false somewhere in the dependency tree.

parallel default concurrent?

Make it really parallel

Enables chili

Affects swc_parallel::Scope

concurrent = parallel

Alias for parallel, just for CI. Do not use it if you are not working on SWC.

indexmap

Enables indexmap