State of the Loader API

# David Bruant (10 years ago)

I was trying to find the module Loader in the latest draft, but found out that it's been removed from it [1][2].

YK: The loader pipeline will be done in a "living spec" (a la HTML5) so that Node and the browser can collaborate on shared needs.

I haven't been able to find this new document yet.

The module loader wiki page [3] (is the wiki any relevant for anything else than historical reasons at this point?) points to the ES6 spec.

On the topic, I have found these : gist.github.com/dherman/7568080, jorendorff/js-loaders, tc39/tc39-notes/blob/master/es6/2015-01/interfacing-with-loader-spec.pdf

What are the reference documents on module loader?

Thanks,

David

[1] rwaldron/tc39-notes/blob/b1af70ec299e996a9f1e2e34746269fbbb835d7e/es6/2014-09/sept-25.md#conclusionresolution-1 [2] rwaldron/tc39-notes/blob/844dfbcb87d66f3f8f1222ccb6f4a41e2ed4afd0/es6/2014-11/nov-18.md#41-es6-draft-status-update [3] harmony:module_loaders

# Ian MacLeod (10 years ago)

I think its latest home is whatwg/loader