> The meeting minutes contain some rather comprehensive notes on > variants of this discussion. > > See > https://github.com/rwldrn/tc39-notes/blob/master/es6/2012-11/nov-28.md#modules-update > for an example.
Ah - I didn't understand that passage when I read through it before. Thanks for the reminder. > The most important use case not served by lexical modules is defining > a module with a single name that multiple external modules can > reference it with. That's the use case discussed in the above meeting > notes. > I still don't understand, I'm afraid. Every external module has a URI. References to the same URI get the same module instance. The loader can define policies for URI mappings (like mapping a jquery URL to a zepto URL, for example). What am I missing? As Kris Kowal once quipped to me a long time ago: "The only sane global name space is URL's." https://groups.google.com/d/msg/commonjs/BEFvsXiapT0/VPLfF1mKCtMJ { Kevin }
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

