zlib: fix linting recently-introduced lint error by Trott · Pull Request #9524 · nodejs/node

@Trott added the zlib

Issues and PRs related to the zlib subsystem.

label

Nov 9, 2016

@Trott Trott mentioned this pull request

Nov 9, 2016

addaleax

@Trott

Remove unnecessary named function. V8 will do a better job inferring the
name from the assignment to a property. The current formulation does not
pass linting.

@Trott Trott changed the title zlib: fix linting recently-introduce lint error zlib: fix linting recently-introduced lint error

Nov 9, 2016

Trott added a commit to Trott/io.js that referenced this pull request

Nov 9, 2016
Remove unnecessary named function. V8 will do a better job inferring the
name from the assignment to a property. The current formulation does not
pass linting.

PR-URL: nodejs#9524
Reviewed-By: Anna Henningsen <anna@addaleax.net>

addaleax pushed a commit that referenced this pull request

Nov 22, 2016
Remove unnecessary named function. V8 will do a better job inferring the
name from the assignment to a property. The current formulation does not
pass linting.

PR-URL: #9524
Reviewed-By: Anna Henningsen <anna@addaleax.net>

@Trott Trott deleted the fix-lint-issue branch

January 13, 2022 22:44