On Tue, Aug 19, 2014 at 2:55 PM, Guy Bedford <[email protected]> wrote:

> The loader is designed to enable deferred execution, but there isn't an
> easy hook to allow this that I know of.
>
> System.define is the only load function that does not ensure execution.
> The others (System.import, System.load, System.module), run an
> EnsureEvaluated call to run the scripts.
>

This doesn't sound right to me (but I could be misunderstanding the spec).

By my reading, "EvaluateLoadedModule" is only called for
Loader.prototype.import and Loader.prototype.module.

?
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to