Skip to content

minifier: inline const for readonly vars. #13051

Description

@Boshen

vars are not inlined right now due to TDZ problems.

// Skip for `var` declarations, due to TDZ problems.
if decl.kind.is_var() {
return;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fields

    Priority

    None yet

    Start date

    None yet

    Target date

    None yet

    Effort

    None yet

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions