You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
Would it be possible to allow async/await in map function? So that instead of passing a callback into map we could simply throw an error or return a value or return undefined to filter things out? This would help the code to be easier to write and read.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be possible to allow async/await in map function? So that instead of passing a callback into map we could simply throw an error or return a value or return undefined to filter things out? This would help the code to be easier to write and read.
The text was updated successfully, but these errors were encountered: