static-eval
static-eval copied to clipboard
Support arrow functions
Arrow functions are like normal functions but con only have a single body.
This PR supports code like
_.every(
myarray,
c => c.foo === 'bar'
)
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