archives

« Bugzilla Issues Index

#2974 — 15.2.5.5 LoaderRegistryLookup is not defined.


https://people.mozilla.org/~jorendorff/es6-draft.html#sec-linkdeclarativemodules

Let module be LoaderRegistryLookup(loader, normalizedName).

There is no such method in the spec yet.

Note that
Reflect.Loader.prototype.get ( name )
does the same lookup but it also does ensureEvaluate(). Seems like the spec should use the commonality.


concerns old module spec.