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: modify resolution order for specifier flag #29974

Closed
wants to merge 2 commits into from

Commits on Oct 15, 2019

  1. esm: modify resolution order for specifier flag

    Currently `--es-module-specifier-resolution=node` has an alternative
    resolution order than the default in common.js, this causes
    inconsistencies. As discussed in @nodejs/modules we want to preserve
    resolution order between implementations.
    MylesBorins committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    8762750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935e46c View commit details
    Browse the repository at this point in the history