Re-exports§
pub use self::simplify::simplifier;
Modules§
- simplify
- Ported from closure compiler.
Structs§
Functions§
- const_
modules - debug_
assert_ valid - Assert in debug mode. This is noop in release build.
- inline_
globals - Create a global inlining pass, which replaces expressions with the specified value.
- json_
parse - Transform to optimize performance of literals.
Type Aliases§
- Global
Expr Map - The key will be compared using [EqIgnoreSpan::eq_ignore_span], and matched expressions will be replaced with the value.