compat icon indicating copy to clipboard operation
compat copied to clipboard

ES2016+ Support

Open jgardella opened this issue 8 years ago • 0 comments

Implement detection for ES2016+ features:

2016 features

  • [x] exponentiation (**) operator
  • [x] Array.prototype.includes

2016 misc

  • [ ] nested rest destructuring, declarations
  • [ ] nested rest destructuring, parameters

2017 features

  • [x] Object.values
  • [x] Object.entries
  • [x] Object.getOwnPropertyDescriptors
  • [x] String padding
  • [ ] async functions

2017 misc

  • [x] class extends null

jgardella avatar Oct 31 '16 23:10 jgardella