Module swc_ecma_transforms_optimization::simplify[][src]

Ported from closure compiler.

Modules

const_propgation
dce
inlining

Structs

Config

Functions

dead_branch_remover

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

expr_simplifier

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

simplifier

Performs simplify-expr, inlining, remove-dead-branch and dce until nothing changes.