Skip to content

[Errors] error recovery for class with semicolon after method body #116

Closed
@mhegazy

Description

@mhegazy

New compiler error recovery goes off the rails and issues tons of parse errors for the remainder of the class elements if you write:

class C {
    public foo() {};
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions