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: make specifier flag clearly experimental #30678

Closed

Commits on Nov 27, 2019

  1. esm: make specifier flag clearly experimental

    `--es-module-specifier-resolution` is the only flagged portion of the
    ESM implementation that does not have the word experimental in the flag
    name. This commit changes the flag to:
    
    `--experimental-specifier-resolution`
    
    `--es-module-specifier-resolution` remains as an alias for backwards
    compatibility but it is no longer documented.
    MylesBorins committed Nov 27, 2019
    Copy the full SHA
    fb2d670 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    60a9dcb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    db9f3ec View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Copy the full SHA
    f4eb371 View commit details
    Browse the repository at this point in the history
  2. fixup: fix broken tests

    MylesBorins committed Nov 28, 2019
    Copy the full SHA
    118171c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. windows possible fix

    guybedford committed Dec 3, 2019
    Copy the full SHA
    7bf301e View commit details
    Browse the repository at this point in the history