Attribute Macro swc_ecma_transforms_macros::parallel

source ·
#[parallel]
Expand description

§Input

Basically, input for each types are wrapped in the suffix of the visitor method for the type.

§#[threashold]

#[parallel(module_items(threshold = "4"))]
impl VisitMut for Pass {}