Skip to content

multiple var assignment to the same value wont mangle #1502

@ghost

Description

var variable1 = variable2 = 'value'
// will output
var a = variable2 = 'value'
// and of course, variable2 will be used as is in the entire mangled content

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions