Skip to content

Optional comma separated interface member without type breaks highlighting #651

Closed
@mjbvz

Description

TS and JS Grammar Extension version: 0.0.43 / latest

From microsoft/vscode#56229

Code

interface DagEdge {
    id?
}
var a = 1;

Highlighting is broken after the interface declaratio

screen shot 2018-08-20 at 4 17 24 pm

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions