language-javascript v0.7.0.0 Release Notes
Release Date: 2019-10-10 // almost 5 years ago-
- ➕ 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 (Ryan Hendrickson):