Skip to content

Code that contains x[y]++ gets converted to invalid JavaScript #1

@JochCool

Description

@JochCool

The ++ gets put in the next row after the ], and apparently JavaScript doesn't like that. The ++ operator needs to be on the same row as the operand. This is a problem though, because the operators column is before the brackets column...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions