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

module: remove dead code #26983

Closed
wants to merge 1 commit into from

Commits on Apr 3, 2019

  1. module: remove dead code

    This removes a lot of code that has no functionality anymore. All
    Node.js internal code calls `_resolveLookupPaths` with two arguments.
    
    The code that validates `index.js` is not required at all as we check
    for these files anyway, so it's just redundant code that should be
    removed.
    BridgeAR committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    1abfc93 View commit details
    Browse the repository at this point in the history