Skip to content

Obfuscate boolean literals in output #10281

@zbynek

Description

@zbynek

To reduce the output length in obfuscated mode, false should be encoded as !1 and true as !0.
This is a common practice for JS minifiers, such as terser.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions