Function swc_ecma_transforms_optimization::simplify::dead_branch_remover[][src]

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.