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: resolve and instantiate loader pipeline hooks #15445

Closed
wants to merge 1 commit into from

Commits on Oct 10, 2017

  1. module: resolve and instantiate loader pipeline hooks

    This enables a --loader flag for Node, which can provide custom
    "resolve" and "dynamicInstantiate" methods for custom ES module
    loading.
    
    In the process, module providers have been converted from classes
    into functions and the module APIs have been made to pass URL strings
    over objects.
    guybedford committed Oct 10, 2017
    Copy the full SHA
    537402f View commit details
    Browse the repository at this point in the history