https://github.com/nodejs/node/pull/62087
stream: replace bind with arrow function for onwrite callback by thisalihassan · Pull Request...
Node.js JavaScript runtime ✨🐢🚀✨. Contribute to nodejs/node development by creating an account on GitHub.
arrow functionpull requeststreamreplace
https://darekkay.com/blog/webstorm-convert-to-arrow-function/
Convert to arrow function in WebStorm
Jun 19, 2019 - Configure an intention action using Structural Search and Replace to transform JavaScript functions into arrow functions.
convert toarrow functionwebstorm
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
Arrow function expressions - JavaScript | MDN
An arrow function expression is a compact alternative to a traditional function expression, with some semantic differences and deliberate limitations in usage:
arrow function expressionsjavascriptmdn