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