Skip to content
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

[v8.x backport] lib: use destructuring for some constants #16494

Closed
wants to merge 1 commit into from
Closed

[v8.x backport] lib: use destructuring for some constants #16494

wants to merge 1 commit into from

Commits on Oct 25, 2017

  1. lib: use destructuring for some constants

    This change is to unify the declaration for constants into using
    destructuring on the top-level-module scope, reducing some redundant
    code.
    
    PR-URL: #16063
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    starkwang authored and lance committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    3cf34ea View commit details
    Browse the repository at this point in the history