On Wed, Apr 10, 2013 at 10:36 AM, Kevin Smith <[email protected]> wrote: > OK, so two follow-up points: > > 1) Just to be explicit, this is a different execution order than > node/CommonJS modules. Nothing wrong with that, just pointing it out.
Yes. > 2) The execution order is then just a topological sort of the dependency > graph, breaking cycles where appropriate. Is that correct? Yes. Cycles are broken by reference to the order in which the relevant imports appear in the source of the importing module. Sam _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

