-
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
tools: remove eslint rule no-let-in-for-declaration #26715
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also remove
Line 20 in 32853c0
node-core/no-let-in-for-declaration: error |
51768bc
to
8da5542
Compare
Fixed. |
I'm happy for this to land before Node.js 6 goes End-of-Life at the end of April as #26684 is the last planned release and nothing is landing there without a good deal of caution. |
I am happy that we can use native async await in community libs as node 6 reaches EOL :) |
@danbev Can you import this ? Thanks. |
PR-URL: nodejs#26715 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Landed in 8209cae |
PR-URL: nodejs#26715 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #26715 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
In continue our discussion in #26562 (comment)
cc @targos @ZYSzys @Trott @BridgeAR
Maybe still add a label
don't land on 6.x
though the last 6.x release has been drafted.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes