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

vm: allow dynamic import with a referrer realm #50360

Merged
merged 2 commits into from
Nov 1, 2023

Commits on Oct 25, 2023

  1. vm: allow dynamic import with a referrer realm

    A referrer can be a Script Record, a Cyclic Module Record, or a Realm
    Record as defined in https://tc39.es/ecma262/#sec-HostLoadImportedModule.
    
    Add support for dynamic import calls with a realm as the referrer and
    allow specifying an `importModuleDynamically` callback in
    `vm.createContext`.
    legendecas committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f382139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6cada View commit details
    Browse the repository at this point in the history