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: ensure successful dynamic import returns the same result #46662

Merged
merged 13 commits into from
Jul 26, 2023

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    0f1fe00 View commit details
    Browse the repository at this point in the history
  2. create ModuleResolveMap class

    aduh95 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3bf7e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f36bf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aabe393 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be69edd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. fix missing object

    aduh95 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    dd06864 View commit details
    Browse the repository at this point in the history
  2. add benchmark

    aduh95 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    631d7c6 View commit details
    Browse the repository at this point in the history
  3. add data: URL to benchmark

    aduh95 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    c279d18 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. DRY

    aduh95 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    56a8a07 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Apply suggestions from code review

    Co-authored-by: Geoffrey Booth <webadmin@geoffreybooth.com>
    Co-authored-by: Jordan Harband <ljharb@gmail.com>
    3 people committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    abf105a View commit details
    Browse the repository at this point in the history
  2. fix lint

    aduh95 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    00ea14c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Update lib/internal/modules/esm/module_map.js

    Co-authored-by: Geoffrey Booth <webadmin@geoffreybooth.com>
    aduh95 and GeoffreyBooth committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a791dc9 View commit details
    Browse the repository at this point in the history
  2. fix lint

    aduh95 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3638858 View commit details
    Browse the repository at this point in the history