## [lib]: Convert to Arrow Function - [x] lib/_http_client.js - [x] lib/_http_common.js - [x] lib/_http_outgoing.js - [x] lib/_stream_readable.js - [x] lib/_tls_common.js - [x] lib/fs.js - [x] lib/internal/bootstrap_node.js - [x] lib/internal/child_process.js - [x] lib/internal/crypto/cipher.js - [x] lib/internal/process.js - [x] lib/internal/process/warning.js - [x] lib/internal/repl.js:148 - [x] lib/internal/socket_list.js - [x] lib/internal/streams/async_iterator.js - [x] lib/internal/v8_prof_processor.js - [x] lib/net.js - [x] lib/punycode.js - [x] lib/readline.js - [x] lib/repl.js - [x] lib/zlib.js ## [src]: deprecated V8 API migration ([ref](https://github.com/nodejs/node/pull/24125)) - [x] src/bootstrapper.cc - [x] src/node_serdes.cc - [x] src/node_util.cc - [ ] src/string_decoder.cc - [x] src/timer_wrap.cc - [x] src/uv.cc ## [test]: assert.strictEqual ([ref](https://github.com/nodejs/node/pull/24431)) - [x] test/parallel/test-child-process-cwd.js - [ ] test/parallel/test-buffer-alloc.js - [x] test/parallel/test-crypto-fips.js - [x] test/parallel/test-crypto-lazy-transform-writable.js - [ ] test/parallel/test-event-emitter-remove-all-listeners.js - [x] test/parallel/test-file-write-stream.js - [x] test/parallel/test-fs-write-buffer.js - [ ] test/parallel/test-fs-write-string-coerce.js - [x] test/parallel/test-fs-write.js - [ ] test/parallel/test-http-1.0.js - [x] test/parallel/test-http-default-encoding.js - [x] test/parallel/test-http-parser.js - [x] test/parallel/test-http-pause.js - [ ] test/parallel/test-http-request-end.js - [ ] test/parallel/test-http-upgrade-agent.js - [ ] test/parallel/test-http-upgrade-client.js - [x] test/parallel/test-http.js - [x] test/parallel/test-http2-binding.js - [ ] test/parallel/test-http2-multiheaders-raw.js - [x] test/parallel/test-readline.js - [ ] test/parallel/test-repl-envvars.js - [ ] test/parallel/test-repl-persistent-history.js - [x] test/parallel/test-repl-underscore.js - [ ] test/parallel/test-stream-readable-destroy.js - [x] test/parallel/test-stream-writable-destroy.js - [x] test/parallel/test-stream-writev.js - [x] test/parallel/test-stream2-basic.js - [x] test/parallel/test-util-deprecate.js - [x] test/pummel/test-http-many-keep-alive-connections.js ## [docs]: replace anonymous function with arrow function ([ref](https://github.com/nodejs/node/pull/24528)) - [x] doc/api/async_hooks.md - [x] doc/api/errors.md - [x] doc/api/util.md - [x] doc/api/v8.md - [x] doc/guides/writing-and-running-benchmarks.md - [x] doc/guides/writing-tests.md ## [docs]: typo - [x] Typo "this this" doc/api/http2.md:973 ## Others Let’s rename all error arguments in documentation to **err**
[lib]: Convert to Arrow Function
[src]: deprecated V8 API migration (ref)
[test]: assert.strictEqual (ref)
[docs]: replace anonymous function with arrow function (ref)
[docs]: typo
Others
Let’s rename all error arguments in documentation to err