Skip to content

Conversation

rbuckton
Copy link
Contributor

The ES6 transformer is designed to transform most ES6-specific syntax into compatible down-level JavaScript, including:

  • Class Declarations
  • Class Expressions
  • Arrow Functions
  • Parameter Initializers
  • Binding Patterns
  • Rest Parameters
  • Destructuring Assignments
  • Spread for Arrays, Call Expressions, and New Expressions
  • Let/Const declarations
  • For..Of loops
  • Shorthand Property Assignments in Object Literals
  • Methods in Object Literals
  • Templates

Related Pull Requests:

Review on Reviewable

rbuckton added a commit that referenced this pull request Mar 18, 2016
@rbuckton rbuckton merged commit 07a3d18 into transforms-transformer-es7 Mar 18, 2016
@rbuckton rbuckton deleted the transforms-transformer-es6 branch March 18, 2016 21:54
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants