-
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
doc: remove _Node.js style callback_ #21701
Conversation
We refer to them only as _error-first callbacks_ in our docs. We don't call them _Node.js style callbacks_ so let's take this opporutnity to keep things a bit more concise
👍 to fast-track. kthx |
The linter failure seems to be the same notorious outdated plugin issue. |
@maclover7 is aware and looking at it. FWIW, if anyone currently involved in Node.js core has the right skill set and would like to help out with our Jenkins stuff, I'm sure the Build WG would be happy to hear about it. |
Linter CI: https://ci.nodejs.org/job/node-linter/200/ |
Landed in 01eee53 |
We refer to them only as _error-first callbacks_ in our docs. We don't call them _Node.js style callbacks_ so let's take this opporutnity to keep things a bit more concise PR-URL: nodejs#21701 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
We refer to them only as _error-first callbacks_ in our docs. We don't call them _Node.js style callbacks_ so let's take this opporutnity to keep things a bit more concise PR-URL: #21701 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
We refer to them only as _error-first callbacks_ in our docs. We don't call them _Node.js style callbacks_ so let's take this opporutnity to keep things a bit more concise PR-URL: #21701 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
We refer to them only as error-first callbacks in our docs. We don't
call them Node.js style callbacks so let's take this opporutnity to
keep things a bit more concise
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes