ensemble_ts_interpreter
ensemble_ts_interpreter copied to clipboard
ES6+: support the case when the argument in the arrow function is not enclosed in parenthesis
response.body.documents.forEach(doc => console.log(doc));
example above that will not work as doc is not enclosed in parenthesis