Thanks. I can see how it hangs together now. Whatever we come up with for modules would be a good way to structure > all of the potential additions in Harmony - ArrayBuffers, Proxies, > etc. > -- > sam th > [email protected] >
Also for new HTML5 functionality. Furthermore, browser vendors could pioneer new features without worrying too much about namespace clashes. import moz.stuff import goog.stuff import apple.morestuff And ideally de facto and actual standards emerge from this pioneering. import ['std.stuff', 'goog.stuff'] as stuff; // use vendor specific module if standard version not available. --
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

