Skip to content

Object on ES7 Class Highlights Closing Bracket Red #393

Closed
@daGrevis

Description

@daGrevis

Preview

When you define an object on ES6 class, closing bracket of that object will get highlighted in red. When you define a number, a string, an array or a lambda instead, everything works.

class Thing {
    foo = {}
}

class OtherThing {
    bar = 42
}

You can reproduce this on master branch.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions