Skip to content

Compiler: Native ES6 support for JIT and AOT #15127

@tbosch

Description

@tbosch

With v4, angular starts to ship ES6 code as part of its npm packages. However, Angular's compiler has no option to output ES6 code, only TypeScript code (for AOT) or ES5 code (for JIT).

Also, our metadata collection is broken for JIT and native ES6 mode (see #15325).

Add an option to allow to use ES6 in both cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: compilerIssues related to `ngc`, Angular's template compilerarea: coreIssues related to the framework runtimefeatureLabel used to distinguish feature request from other issues

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions