pub fn expr_simplifier(
    unresolved_mark: Mark,
    config: Config
) -> impl RepeatedJsPass + VisitMut + 'static
Expand description

Not intended for general use. Use [simplifier] instead.

Ported from PeepholeFoldConstants of google closure compiler.