- Add support for
async
function specifiers andawait
keyword.
- Add support for (Ryan Hendrickson):
- Destructuring in var declarations
const
in for statements- ES6 property shorthand syntax
- Template literals
- Computed property names
- Bare import declarations
- Exotic parameter syntaxes
- Generators and
yield
- Method definitions
- classes
- super
keyword
- Add support for (Cyril Sobierajewicz):
- Unparenthesized arrow functions of one parameter
- Export from declarations
- Add back support for identifiers named
as
- Add support for for..of and friends (Franco Bulgarelli)