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

tools: lint for use of internalBinding() #25395

Merged
merged 1 commit into from
Jan 11, 2019
Merged

Commits on Jan 11, 2019

  1. tools: lint for use of internalBinding()

    Use of process.binding() has largely been replaced by
    internalBinding(). This commit updates the custom crypto
    check ESLint rule to check for both process.binding() and
    internalBinding().
    
    Refs: nodejs#24952
    PR-URL: nodejs#25395
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    cjihrig committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    cf9bcde View commit details
    Browse the repository at this point in the history