On Tue, Aug 9, 2016 at 3:03 PM, /#!/JoePea <[email protected]> wrote: > Why is it that the body of module C is not evaluated before the bodies of > modules A and B? >
The module system *does* execute all a module's dependencies before executing that module, *except* in cases like this where there are cycles in the dependency graph and that requirement is therefore impossible to satisfy for all modules simultaneously. -j
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

