pub fn dead_branch_remover() -> impl RepeatedJsPass + VisitMut + 'static
Expand description

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

Ported from PeepholeRemoveDeadCode of google closure compiler.