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

[v9.x backport] module: main w/o extension, pjson cache (#18728, #18788) #18923

Closed
wants to merge 2 commits into from

Commits on Mar 4, 2018

  1. module: support main w/o extension, pjson cache

    This adds support for ensuring that the top-level main into Node is
    supported loading when it has no extension for backwards-compat with
    NodeJS bin workflows.
    
    In addition package.json caching is implemented in the module lookup
    process.
    
    PR-URL: nodejs#18728
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    guybedford committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    05b9f69 View commit details
    Browse the repository at this point in the history
  2. module: fix main lookup regression from nodejs#18728

    PR-URL: nodejs#18788
    Refs: nodejs#18728
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    guybedford committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    a366599 View commit details
    Browse the repository at this point in the history