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 require('.') with NODE_PATH compat #3384

Closed
wants to merge 2 commits into from

Commits on Aug 10, 2017

  1. module: remove require('.') with NODE_PATH compat

    This removes the hack for the unintended use case of require('.') used
    in conjunction with NODE_PATH. NODE_PATH was never intended to be
    pointed to a module's directory directly, but instead should point to a
    directory containing modules in sub-directories, which can be loaded
    through require('module-name');
    silverwind committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    c452db6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Configuration menu
    Copy the full SHA
    c72dbea View commit details
    Browse the repository at this point in the history