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

fix(node-resolve): mark module as external if resolved module is external #799

Merged
merged 6 commits into from Apr 22, 2021

Commits on Feb 10, 2021

  1. Copy the full SHA
    e9b4c28 View commit details
    Browse the repository at this point in the history
  2. don't use ?.

    tjenkinson committed Feb 10, 2021
    Copy the full SHA
    23465bf View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. prevent infinite loops

    tjenkinson committed Feb 11, 2021
    Copy the full SHA
    bab212a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. check both importee and importer in nested this.resolve

    and add more tests
    tjenkinson committed Mar 13, 2021
    Copy the full SHA
    995d616 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Copy the full SHA
    b2d5c6b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. upgrade to rollup 2.42.0 to simplify nested this.resolve

    Tom Jenkinson committed Mar 19, 2021
    Copy the full SHA
    b374698 View commit details
    Browse the repository at this point in the history