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: Set dynamic import callback #15713

Closed
wants to merge 1 commit into from

Commits on Nov 29, 2017

  1. module: Set dynamic import callback

    This is an initial implementation to support dynamic import in
    both scripts and modules. It's off by default since support for
    dynamic import is still flagged in V8. Without setting the V8 flag,
    this code won't be executed.
    
    Because of missing support in the V8 APIs, we can't support
    importing into the proper context yet. Without further changes this
    might allow code to break out of the context it's running in.
    Jan Krems committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    58ede19 View commit details
    Browse the repository at this point in the history