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

esm: Add support for pjson cache and main without extensions #18728

Closed
wants to merge 13 commits into from

Commits on Feb 12, 2018

  1. esm: support main without extension and 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.
    guybedford committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    f14420e View commit details
    Browse the repository at this point in the history
  2. pr feedback

    guybedford committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    adfe1ac View commit details
    Browse the repository at this point in the history
  3. explicit isMain checks

    guybedford committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    ebdb3cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5855e5c View commit details
    Browse the repository at this point in the history
  5. further tweaks

    guybedford committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    05c9941 View commit details
    Browse the repository at this point in the history
  6. c++ feedback

    guybedford committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    2d6d4e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a06db2d View commit details
    Browse the repository at this point in the history
  8. invalid json handling todo

    guybedford committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    081aab4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed9df8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b4d85f View commit details
    Browse the repository at this point in the history
  11. make PackageConfig consts

    guybedford committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    4468e2c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

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

Commits on Feb 14, 2018

  1. boolean aliasing

    guybedford committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    9f7aabd View commit details
    Browse the repository at this point in the history