Type Definition swc_ecma_transforms_optimization::GlobalExprMap[][src]

pub type GlobalExprMap = Lrc<Vec<(Expr, Expr)>>;
Expand description

The key will be compared using EqIgnoreSpan::eq_ignore_span, and matched expressions will be replaced with the value.