| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Because CI will fail until this gets fixed and is such a minor change, I would advocate that this not wait the usual 48 hours but land sooner. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM and feel free to jump straight to landing this as far as I am concerned
Sorry, something went wrong.
Sorry, something went wrong.
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.
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>
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>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
zlib
Description of change
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.
Refs: #9389 (comment)