Skip to content

Anonymous class expressions always have names in ES6 emit #4908

Description

@DanielRosenwasser

foo.ts:

(class {})

foo.js:

(class class_1 {
}
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issueGood First IssueWell scoped, documented and has the green lightHelp WantedYou can do this

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions