-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: test-async-wrap-constructor refactor-for-to-foreach #32631
Conversation
Hi @dericop! Can you make sure that That being said, I think it’s more common for new code to use |
@addaleax you're right. I've been reading and for/of is the most robust way to iterate over an array in JavaScript. |
For this kind of thing, using |
Co-Authored-By: Juan José <soyjuanarbol@gmail.com>
Co-Authored-By: Juan José <soyjuanarbol@gmail.com>
@addaleax Do you think that i should make any changes for approved the pull request? |
@dericop That question probably doesn’t go to just me. ;) I’ll approve this, with the error message test this seems like a good addition 👍 |
When this is landed, the commit message should be edited to conform with
|
PR-URL: nodejs#32631 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Landed in e99ec39 🎉 Thank you!! Amazing |
PR-URL: #32631 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #32631 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #32631 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #32631 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #32631 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #32631 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes