Crate swc_ecma_transforms_optimization[][src]

Re-exports

pub use self::simplify::simplifier;

Modules

Ported from closure compiler.

Functions

Create a global inlining pass, which replaces expressions with the specified value.

Create a global inlining pass, which replaces expressions with the specified value.

Transform to optimize performance of literals.

Type Definitions

The key will be compared using EqIgnoreSpan::eq_ignore_span, and matched expressions will be replaced with the value.