static-eval icon indicating copy to clipboard operation
static-eval copied to clipboard

Support arrow functions

Open Hades32 opened this issue 4 years ago • 1 comments

Arrow functions are like normal functions but con only have a single body.

This PR supports code like

_.every(
  myarray,
  c => c.foo === 'bar'
)

Hades32 avatar Nov 08 '21 17:11 Hades32

Hey @goto-bus-stop would be great if you could accept this, as it makes scripts quite a bite more concise if we can use the arrow syntax

Hades32 avatar Nov 08 '21 17:11 Hades32