Skip to content

Proper consecutive pair of semicolons get minizimed into one #437

Open
@igll

Description

@igll

This correct snippet:

for (
    this.length = 1,  
    t = function(e) {  
        return e;
    }(t); 
    ; // No condition (infinite loop)
    ; // No increment. Disappears!!!
)

gets minimizes incorrectly into this:

for(this.length=1,t=function(e){return e}(t);)

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