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: improve error for invalid package targets #32052

Closed
wants to merge 9 commits into from

Commits on Apr 17, 2020

  1. module: improve error for invalid package targets

    For targets that are strings that do not start with `./` or `/` the
    error will now have additional information about what the programming
    error is.
    
    Closes: nodejs#32034
    MylesBorins committed Apr 17, 2020
    Copy the full SHA
    974e6c0 View commit details
    Browse the repository at this point in the history
  2. fixup: lint issues

    MylesBorins committed Apr 17, 2020
    Copy the full SHA
    c55afba View commit details
    Browse the repository at this point in the history
  3. fixup: primordials

    MylesBorins committed Apr 17, 2020
    Copy the full SHA
    91e8e80 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Update lib/internal/errors.js

    Co-Authored-By: Guy Bedford <guybedford@gmail.com>
    MylesBorins and guybedford committed Apr 21, 2020
    Copy the full SHA
    bb4a755 View commit details
    Browse the repository at this point in the history
  2. Update lib/internal/errors.js

    Co-Authored-By: Guy Bedford <guybedford@gmail.com>
    MylesBorins and guybedford committed Apr 21, 2020
    Copy the full SHA
    5ca9689 View commit details
    Browse the repository at this point in the history
  3. Update lib/internal/errors.js

    Co-Authored-By: Geoffrey Booth <GeoffreyBooth@users.noreply.github.com>
    MylesBorins and GeoffreyBooth committed Apr 21, 2020
    Copy the full SHA
    c5f08ce View commit details
    Browse the repository at this point in the history
  4. Update lib/internal/errors.js

    Co-Authored-By: Geoffrey Booth <GeoffreyBooth@users.noreply.github.com>
    MylesBorins and GeoffreyBooth committed Apr 21, 2020
    Copy the full SHA
    51de45b View commit details
    Browse the repository at this point in the history
  5. Update lib/internal/errors.js

    Co-Authored-By: Geoffrey Booth <GeoffreyBooth@users.noreply.github.com>
    MylesBorins and GeoffreyBooth committed Apr 21, 2020
    Copy the full SHA
    8e04ec1 View commit details
    Browse the repository at this point in the history
  6. Update lib/internal/errors.js

    Co-Authored-By: Geoffrey Booth <GeoffreyBooth@users.noreply.github.com>
    MylesBorins and GeoffreyBooth committed Apr 21, 2020
    Copy the full SHA
    ef6c799 View commit details
    Browse the repository at this point in the history