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 wheneverswc_parallel
is added without
somewhere in the dependency tree.default-features = false - 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