Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support arrow functions #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Hades32
Copy link

@Hades32 Hades32 commented Nov 8, 2021

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

This PR supports code like

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

Arrow functions are like normal functions but con only have a single body
@Hades32
Copy link
Author

Hades32 commented Nov 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant