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: Implement esm mode flag #18392

Closed
wants to merge 5 commits into from
Closed

Commits on Oct 2, 2018

  1. module: esm mode flag

    This implements a package.json "mode": "esm" module boundary. When
    loading a module from a package with this esm mode, ".js" files are
    loaded as es modules.
    
    In addition package.json caching is implemented in the module lookup
    process, and package.json boundaries are only checked when necessary.
    guybedford committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    c53a958 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    guybedford committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    89bfdfa View commit details
    Browse the repository at this point in the history
  3. further PR corrections

    guybedford committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    19d9295 View commit details
    Browse the repository at this point in the history
  4. linting fixes

    guybedford committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    a92792d View commit details
    Browse the repository at this point in the history
  5. fixup rebase

    guybedford committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    9b1de85 View commit details
    Browse the repository at this point in the history