Closed ghost closed 5 years ago
Add support for ES8 language constructs:
function f(a,b,) {}
async function() {}
(also for methods and arrow functions)
Version 6.0.0 has support for ES2017.
Add support for ES8 language constructs:
(also for methods and arrow functions)