Module swc_ecma_transforms_base::hygiene
source · [−]Re-exports
pub use crate::rename::rename;
Structs
Functions
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
)