Skip to content

Emit native ES6 classes with --target ES6 #2022

Closed
@danquirk

Description

@danquirk

class A { foo: string; }
class B extends A { bar: string; }

compiling with --target ES6 currently still uses our own __extends and not ES6 classes.

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