Skip to content

error when inner comments  #56

Open
@temuera

Description

@temuera

eg:

<script>
    function test($targetForm, data) {
        $.map(data, function (value, key) {
            if (key == "A") {
                alert('A')
            };
            // if (key == "B") {
            // }
        });
    }
</script>

will get the code:

<script>function test($targetForm, data){ $.map(data, function (value, key){ if (key=="A"){ alert('A')}; // if (key=="B"){ //}});} </script>

Metadata

Metadata

Assignees

Labels

Type: BugSomething isn't working as expected.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions