language-javascript v0.7.1.0 Release Notes

Release Date: 2020-03-22 // about 4 years ago
    • ➕ Add support for async function specifiers and await keyword.

Previous changes from v0.7.0.0

    • ➕ 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