swc_ecma_transforms_optimization

Function inline_globals

source
pub fn inline_globals(
    envs: Lrc<AHashMap<JsWord, Expr>>,
    globals: Lrc<AHashMap<JsWord, Expr>>,
    typeofs: Lrc<AHashMap<JsWord, JsWord>>,
) -> impl Pass
Expand description

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