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: disable package self resolution when name contains a colon #37290

Closed
wants to merge 3 commits into from

Commits on Feb 9, 2021

  1. module: disable package self resolution when name contains a colon

    There is a discrepancy between package self resolution in CJS and ESM
    contexts. This commit fixes this by forbidding self-resolution of
    packages whose names contain a colon.
    
    q
    aduh95 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    34dcb4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42cddea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdde0fc View commit details
    Browse the repository at this point in the history