ensemble_ts_interpreter icon indicating copy to clipboard operation
ensemble_ts_interpreter copied to clipboard

ES6+: support the case when the argument in the arrow function is not enclosed in parenthesis

Open kmahmood74 opened this issue 10 months ago • 0 comments

response.body.documents.forEach(doc => console.log(doc));

example above that will not work as doc is not enclosed in parenthesis

kmahmood74 avatar Apr 08 '24 19:04 kmahmood74