Function swc_ecma_transforms_optimization::simplify::simplifier
source ยท pub fn simplifier(unresolved_mark: Mark, c: Config) -> impl RepeatedJsPass
Expand description
Performs simplify-expr, inlining, remove-dead-branch and dce until nothing changes.