pub fn expr_simplifier(
    unresolved_mark: Mark,
    config: Config,
) -> impl RepeatedJsPass + VisitMut + 'staticExpand description
Not intended for general use. Use [simplifier] instead.
Ported from PeepholeFoldConstants of google closure compiler.