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.
2) The execution order is then just a topological sort of the dependency
graph, breaking cycles where appropriate. Is that correct?
{ Kevin }
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

