jorendorff / js-loaders

Pseudoimplementation of the proposed ES6 module loaders.
54 stars 7 forks source link

LoaderRegistryLookup is not defined #75

Open arv opened 10 years ago

arv commented 10 years ago

In LinkDeclarativeModules ( loads, loader ), step 3.c.iv.1

  1. Let module be the result of calling the LoaderRegistryLookup abstract operation with arguments loader and normalizedName.