Just to finalize this thread, I updated the gist based on comments from
Andreas:

https://gist.github.com/4382710

It includes syntax for proper inline modules, and an extension syntax for
pre-loading (aka concatenating).  It also brings the syntax for module
aliasing closer to the previous harmony proposal:

    module M = "m.js";
    module N = M.N;

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

Reply via email to