Function swc_ecma_transforms::hygiene::hygiene_with_config[][src]

pub fn hygiene_with_config(config: Config) -> impl Fold + VisitMut + 'static
Expand description

The pass actually modifies the identifiers in the way that different identifier (with respect to span hygiene) becomes different identifier. (e.g. a1 for a#6, a2 for a#23)