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

feat(node-resolve): Mark built-ins as external #627

Merged
merged 20 commits into from Nov 28, 2020

Commits on Sep 5, 2020

  1. do not ignore errors

    tjenkinson committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    39c9ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b456520 View commit details
    Browse the repository at this point in the history
  3. always swallow MODULE_NOT_FOUND errors

    as not being able to resolve the id is a valid output
    tjenkinson committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    d78fa0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81890b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edffa14 View commit details
    Browse the repository at this point in the history
  6. fix root-dir test

    this was passing before because the real error was being ignored
    tjenkinson committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    b4daacd View commit details
    Browse the repository at this point in the history
  7. remove try/catch

    tjenkinson committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    b321a7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    703f9cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    512b06e View commit details
    Browse the repository at this point in the history
  10. fix readme doc about jail

    tjenkinson committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    8ffc867 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77860fb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    9216024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f43a90 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    3a26b3a View commit details
    Browse the repository at this point in the history
  2. use async realpath

    tjenkinson committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    3eab8f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. remove duplicate lines

    tjenkinson committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    aebc3e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. remove readme update

    tjenkinson committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    f6c1ec4 View commit details
    Browse the repository at this point in the history
  2. fix doc

    tjenkinson committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    197be11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00673c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    166c024 View commit details
    Browse the repository at this point in the history