Skip to content

Quoted string as object key not supported #477

Closed
@alexlafroscia

Description

@alexlafroscia

Since pulling the updates from today, my highlighting has been way off.

screen shot 2016-06-14 at 10 37 39 am

None of the consts are highlighted anymore, as are... Well, most other things. It was all fine before develop was merged in today.


Edit: It's been determined that the issue is specifically with the following kind of syntax

const obj = {
  'my-method'() {
    return ...;
  }
};

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