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: throw on require('./path.mjs'); #27417

Closed

Commits on May 2, 2019

  1. module: throw on require('./path.mjs');

    This is an extremely important part of the ESM implementation
    that should have been unflagged as a breaking change in v12.0.0
    to allow us to unflag ESM in Node.js 12.x before LTS. Assuming we
    can get consensus on this behavior I would argue that this Semver-Major
    behavior change could be viewed as a Semver-Patch fix in v12.0.1
    
    Thoughts?
    MylesBorins committed May 2, 2019
    Configuration menu
    Copy the full SHA
    7e62a6f View commit details
    Browse the repository at this point in the history